import sys
print(sys.platform)
print(2**100)
raw_input()
I am using Python 3.1 and can't get the raw_input
to "freeze" the dos pop-up. The book I'm reading is for Python 2.5 and I'm using Python 3.1
What should I do to fix this?
Question&Answers:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…