Are you a #coding rockstar? Can you guess what this little piece of code does? ?️⭐? Enjoy Europe Code Week #CodeEu #EUdojo17
rockstar_status = 10000
coding_skills = 0
while (coding_skills < rockstar_status): print(u"Let's join #EUcodeweek!") my_events = input(u"I will attend this number of events: ") coding_skills += my_events*100 print(u"You are a rockstar now U0001f60e")