Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

while input is not empty python

#follow me on Grepper
user1= input("Enter Something: ")
counter = 0
while user1 != "":
	print("hello world")
	counter+=1
	if counter ==3:
	    break
 
PREVIOUS NEXT
Tagged: #input #empty #python
ADD COMMENT
Topic
Name
4+3 =