0
What is the output of this code
Fruits ='7' Fruits = Fruits +'0' egg =int (fruits)+3 Print (float eggs)
2 Respuestas
+ 7
Monster Gaming ,
inconsistent spelling of variable *Fruits fruits*
inconsistent spelling of variable *egg eggs*
incorrect spelling of *Print*
float conversion needs to to get the argument inside parenthesis
+ 2
Error
Go ahead test it in Playground, you can see the error messages ...
P.S. Next time please put a relevant language name in the tags. "transform" doesn't relate with the topic of the post, nor the Python code.
https://code.sololearn.com/W3uiji9X28C1/?ref=app