this code should be okay, but when i run it it says "invalid syntax."
Code:
please help, thank you.
Code:
1 2 3 |
youtuber = input ( "Name a YouTuber!" ) subs = input ( "How many subs?" ) print (youtuber + "is a YouTuber with" + subs "subscribers" ) |