What does python display and what not in the following expression ? I tried running them but they showed no output. Why? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What does python display and what not in the following expression ? I tried running them but they showed no output. Why?

(1)x (2)8/6 (3) a =8 % 3 (4)x = 12.0/4 (5)5.0 -(3 - 3.0)

31st Aug 2020, 4:28 AM
zeeshan
zeeshan - avatar
2 Answers
+ 4
These are basic operations try in playground .
31st Aug 2020, 4:30 AM
A S Raghuvanshi
A S Raghuvanshi - avatar
+ 1
Use "*" to multiply.
31st Aug 2020, 4:39 AM
Arsenic
Arsenic - avatar