A little help with Type Convertions? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 2

A little help with Type Convertions?

Hello everyone. Currently I'm on the Type Conversations bit on the Basic Concept Python course. On the second question, it talks about using Type Conversations as a calculator. It gives you this to work with if you press Try It Yourself. print(float(input("Enter a number: ")) + float(input("Enter another number: "))) It just continues to give me error messages when I try to run it. It also gives me error messages if I try to substitute the "Enter a number" or if I try to add anything else to the code. Can you help me by telling me what exactly I need to do to next? Thank you so much for helping out. :)

28th Jun 2019, 12:46 PM
Wai Yan
0 Antworten