Answers for "mhl supported phones"

0

mhl supported phones

#!/usr/bin/python3

var = 1
while var == 1 :  # This constructs an infinite loop
   num = int(input("Enter a number  :"))
   print ("You entered: ", num)

print ("Good bye!")
Posted by: Guest on February-01-2021

Browse Popular Code Answers by Language