+ 1

Wat am i to do to get a double space between the two words

def welcome(): Print("welcome," + name) name = input() welcome()

9th Apr 2022, 1:39 PM
Joseph Oyelami
2 Respuestas
+ 2
Write this code instead. print("welcome, " + name) # make first letter small
9th Apr 2022, 1:51 PM
SoloProg
SoloProg - avatar
+ 2
Solo prog thanks
9th Apr 2022, 2:12 PM
Joseph Oyelami