Python while Loop Statements - Tutorials Point

Python while Loop Statements - Tutorials Point

瀏覽:1489
日期:2025-11-16
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!"....看更多