I started learning python few days ago, I wrote an easy program. A user enters data and it gives information about the data.
while True:
 x = input("Enter Data: ")
        
 if x == z:
            print("")
          
           
 if x == y:
            print("") 
 if x == l:
            print("")
          
           
 if x == k:
            print("") 
I am using program in windows command line. What I am trying to do is: when you "enter data" and program gives you information, you press enter and command line refresh and "enter data" appears again.
 
     
     
     
    