Pls who has done the exercise on "cheer creator?" | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 2

Pls who has done the exercise on "cheer creator?"

It talks about printing *High Five*,or *Ra!*,or *shh*

24th Sep 2021, 7:16 AM
Etuge (The Optimist).
Etuge (The Optimist). - avatar
7 Réponses
+ 9
Etuge (The Optimist). please keep in mind for future posts to include the information about the programming language. thanks!
24th Sep 2021, 10:26 AM
Lothar
Lothar - avatar
+ 5
MD. Ferdous Ibne Abu Bakar , SoloProg , you are showing a really nice code to help someone solving a task. we all appreciate this very much!  (this is my personal statement - but it is not to criticize someone !!) but there is an issue by giving a ready solution, when the op has not done and shown his attempt first. as a part of the community i believe that learning by doing is more helpful, than just using a shared solution. we should act more as a mentor.  it is a very successful way when we are giving hints and help, so that the op is able to solve his task by himself. it would be great if you are going to help us to keep sololearn what it is: ▪︎a unique place to learn (we are a "self" learning platform!) ▪︎an absolutely great community that is willing to help other people  ▪︎a great resource of people which has an unbelievable knowledge in coding and a long lasting experience ▪︎a place to meet people and to discuss with them all the possible points of view thanks for your understanding
24th Sep 2021, 10:28 AM
Lothar
Lothar - avatar
+ 2
Please search the forum using 'cheer creator' search term. Many had posted questions around the said exercise 👍 And next time please, use proper tags ... https://code.sololearn.com/W3uiji9X28C1/?ref=app
24th Sep 2021, 7:25 AM
Ipang
+ 2
https://code.sololearn.com/cTrnfGTvMhJD/#py Keep learning & happy coding :D
24th Sep 2021, 9:24 AM
SoloProg
SoloProg - avatar
+ 2
Thank you.
24th Sep 2021, 10:06 AM
Etuge (The Optimist).
Etuge (The Optimist). - avatar
+ 1
#Try this: x=int(input()) if x<1: print("shh") elif x>10: print("High Five") else: print("Ra!"*x)
24th Sep 2021, 8:55 AM
Fꫀⲅძ᥆͟ᥙ᥉᯽
Fꫀⲅძ᥆͟ᥙ᥉᯽ - avatar
+ 1
I had done the exercise using Python sir. The issue with my program is that I had done the code in the reverse manner i.e from top to bottom instead. Moreover I could not send a screenshot as I did not know how to.
25th Sep 2021, 3:13 PM
Etuge (The Optimist).
Etuge (The Optimist). - avatar