Posted on 10th September 2024|22 views
How can I use raw_input in python 3?
I am utilizing Python 3.1 and cannot perceive the raw_input to "freeze" that dos pop-up. Here is my piece of code
import sys
print(sys.platform)
print(3**200)
raw_input()
Posted on 10th September 2024| views
In python3 there are few changes like raw_input() is renamed as input()