0
Double sences
>>>('python is fun!') Python is fun Why there is double phyton is fun?????
1 Answer
+ 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.