Jul-05-2018, 09:36 AM
this code should be okay, but when i run it it says "invalid syntax."
Code:
Code:
youtuber = input("Name a YouTuber!") subs = input("How many subs?") print (youtuber + "is a YouTuber with" + subs "subscribers")please help, thank you.