CAN ANYONE GIVE ME SOME FEED BACK😞 | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 2

CAN ANYONE GIVE ME SOME FEED BACK😞

This is my code Please comment for improvement https://code.sololearn.com/cKJm3i603EoQ/?ref=app

15th Apr 2021, 10:45 AM
Codemurai
Codemurai - avatar
3 Respuestas
+ 3
You could make the app_name to lowercase so even if someone give in capital letter your code will recognize. app_name=app_name.lower();
15th Apr 2021, 11:19 AM
The future is now thanks to science
The future is now thanks to science - avatar
+ 3
You should tell end users about what to type in input.
15th Apr 2021, 11:09 AM
Omkar Kamat
Omkar Kamat - avatar
0
Add an if statement to check whether the input is uppercase or lower ... cause there if the input is not in the keys in the dict then the else block will be run
15th Apr 2021, 4:32 PM
marc
marc - avatar