Double sences | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

Double sences

>>>('python is fun!') Python is fun Why there is double phyton is fun?????

31st Jul 2018, 11:41 PM
Yazid Bk
Yazid Bk - avatar
1 Antwort
+ 2
The text after >>> is the command you are typing. The line after is the output of the command. Try and put the text below into a file called "example.py" and run it: print("Hello") When you run it you're not gonna see the >>>, this is just in the interpreter.
4th Aug 2018, 10:58 AM
inxanedev!
inxanedev! - avatar