+ 1
Need help with "Extra-Terrestrial" Code coach challenge (New to Python)
I'm prettymuch stuck at this point, this is what I've come up with: English = Input (English:) L = len(English) for i in range(L): print (max (English)
5 Answers
0
Could you use that in example please? I still don't get it đ
0
Oye Sobowale That's reversing of string as đđąđąđđš đđĄđđČđđ„ did but you are finding max element ,so I really don't get what are you trying to achieve
0
@Kiibo Ghayal it worked now, made a mistake earlier, thanks.