Sort:  

x=str(input("Enter your version: "))
If x=="vs 2.0.1":
Print("welcome cleverbot!")
else:
Print("Please enter your version again!!!")
exit()