You are viewing a single comment's thread from:
RE: Learn Basic Python Programming EP.2. - Variables & Inputs
Yes it's true, but it's easier to learn. I am also using mostly Python 3 these days, but for simplicity python 2 is also very useful.
Yes it's true, but it's easier to learn. I am also using mostly Python 3 these days, but for simplicity python 2 is also very useful.
Nice tut!
raw_input()is replaced withinput()in py3, right?That's right, I will rewrite the script to be compatible with py3 in the next episode, and teach people about logics and loops.
🆒