Write any two-assignment statement to assign float and string value in python
Answers
Answered by
13
For Float::
a=float(input("Enter the value"))
For string:
str()
Similar questions