Problems on Python
Don’t worry about failures, worry about the chances you miss when you don’t even try 🙂 “The best way to predict the future is to invent it” 🙂
Q1———— Write a Python program which accepts the radius of a circle from the user and compute the area.
Q2———–Write a Python program to display the current date and time.
Q3———–Write a Python program to get the Python version you are using.
Q4———–Write a Python program that accepts an integer (n) and computes the value of n+nn+nnn.
eg. 3+33+333=369
Q5———-Write a Python program which accepts a sequence of comma-separated numbers from user and generate a list and a tuple with those numbers
eg Input some comma seprated numbers : 5,8,2,4,1,9
List : [‘5’, ‘8’, ‘2’, ‘4’, ‘1’, ‘9’]
Tuple : (‘5’, ‘8’, ‘2’, ‘4’, ‘1’, ‘9’)
Thankyou friends solve it . It will polish our concept and in next article i will post the solution Till then #Happycoding #Havefun #Trytosolve #yesucandoit….. 🙂 and yes put the solution in the COMMENT BOX thankyou
You must log in to post a comment.