Who knows how to do this ?
Type "help", "copyright", "credits" or "license()" for more information.
I wish =6
Father's Day =6
happy =6
I wish + Father's Day + happy
18
Just made a mistake
Traceback (most recent call last):
File "<pyshell#4>", line 1, in
Just made a mistake
NameError: name ' Just made a mistake ' is not defined
I wish =600
Father's Day =60
happy =6
I wish + Father's Day + happy
666
A lifetime long =1999
A lifetime long =1999000
A lifetime long + I wish + Father's Day + happy
1999666
66 along =0666
SyntaxError: invalid decimal literal
a=06
SyntaxError: leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers
a=0.6
b=0.06
A lifetime long + I wish + Father's Day + happy +a+b
1999666.6600000001
There's another way
Traceback (most recent call last):
File "<pyshell#17>", line 1, in