diff --git a/Sample.py b/Sample.py index 28ab1ea..de18fbf 100644 --- a/Sample.py +++ b/Sample.py @@ -1,3 +1,3 @@ a = 10 b = 20 -print(a-b) \ No newline at end of file +print(a*b) \ No newline at end of file