I have tried to do various python codes but I cannot find any that work on my PC.
def UI():
os.system('cls' if os.name == 'nt' else 'clear')
choice1=input("Pick a program: ")
if choice1=='Google':
('https://www.google.com/')
That is all I have come up with
If anybody has any answers please tell me