Q.11 to Q.15 Python - Solved Practice Exercises - related to input() and print()

Опубликовано: 10 Май 2026
на канале: Python by Girjesh
4,400
78

#Program to take user-name as input, and print “hello {inputted-user-name}”
#Program to print ASCII code for inputted character
#Program to print character for any inputted ascii value
#Program to print reverse of the inputted string
#Program to print lower and upper case of inputted string