Python while Loop Statements - Tutorials Point

Python while Loop Statements - Tutorials Point

瀏覽:319
日期:2024-08-10
usr/bin/python var = 1 while var == 1 : # This constructs an infinite loop num = raw_input("Enter a number :") print "You entered: ", num print "Good bye!"....看更多