+ 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 Respostas
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.