Q.16 to Q.20 Python - Solved Practice Exercises - related to few built-in functions in Python

Опубликовано: 09 Октябрь 2024
на канале: Python by Girjesh
3,971
70

#Program to take comma separated city names and print them in sorted order
#Program to take comma separated city names and print only unique city names in sorted order
#Program to take 3 integers as input, print their max,min and mean
#Program to print x to the power n. x and n should be taken from user
#Program to take a floating point number n as input, print n round to 2 places