import time
print("")
print("<<< SwitcherXXX 15600 Ultra Ubuntu Python3 Verion 9.9999999 >>>")
time.sleep(0.2)
print("Loading...")
time.sleep(2)
print("Welcome! I'll do an awesome work for you that you could hardly do by yourself - I'll switch two numbers!!! :O")
time.sleep(5)
a = int(input("Please, enter A: "))
b = int(input("Please, enter B: "))
x = input("Okay, shall we start? (Press Enter)") 
a,b=b,a
print("")
print("And booom! Here it is! - A is",a,"and B is",b,"!!! :O")
time.sleep(5)
print("")
print("Pretty fast, wasnt it? ... I know I'm the best, you don't have to tell me ;)")
time.sleep(5)

