print("Hello World") # Hello World print("Test") # Test s = "This is a string" print(len(s)) # 16