The provided code outputs the string "ni".? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

The provided code outputs the string "ni".?

print("hi"*3+"!") cancel?

27th Jun 2022, 5:18 AM
Stalkeryn
4 Réponses
0
hi hi hi It should be
27th Jun 2022, 5:19 AM
Stalkeryn
0
hi! hi! hi!
27th Jun 2022, 5:19 AM
Stalkeryn
0
print("hi! "*3) if require with space between each hi! Or print("hi!"*3) without space
27th Jun 2022, 5:33 AM
Satyam Mishra
Satyam Mishra - avatar
0
Thanks
27th Jun 2022, 6:08 AM
Stalkeryn