0
[SOLVED]Guys i want put "Hi eggs!",but idk why get out this output
The first output : e! g! g! s! Second output (i changed it): s! link here for you see : https://code.sololearn.com/ciwAc3ck0vwa/?ref=app
1 Odpowiedź
+ 2
Something like this??
name = ["Hi","eggs"]
for word in name[0:1]:
for words in name[1:3]:
print (word + ' ' + words + "!")