+ 6
âBHâY I think U are solving jungle camping.
Hint :
If you type ("Ra!")*5 then it will be printed 5 times
("Ra!")*6 then it will be printed 6 times
Now try broâș
Hope u able to solve it nowđ€
+ 3
The input in one line with spaces between words and accessing for it in a list:
myStr = input().split(' ')



