Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

python double check if wants to execute funtion

data = input("Please enter a loud message (must be all caps): ")
while not data.isupper():
    print("Sorry, your response was not loud enough.")
    data = input("Please enter a loud message (must be all caps): ")
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #python #double #check #execute #funtion
ADD COMMENT
Topic
Name
8+5 =