Computer Science, asked by IndianAstronaut, 1 month ago

myint= -4
float= 3.292
mystring= 'What'
print(myint, float, mystring)
o= 9
bnz= 50
g= o*bnz
print(g)
What is the output of this program (python)?


hey​

Answers

Answered by saransrini03
2

Output

-4 3.292 What

450

hope its help u mark me as brainlest

Similar questions