What is the output of this code | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is the output of this code

Fruits ='7' Fruits = Fruits +'0' egg =int (fruits)+3 Print (float eggs)

26th Dec 2022, 7:10 AM
Ayush Srivastava
Ayush Srivastava - avatar
2 Answers
+ 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
26th Dec 2022, 7:43 AM
Lothar
Lothar - avatar
+ 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
26th Dec 2022, 7:20 AM
Ipang