Computer Science, asked by amanshaikh00987, 5 months ago

Write any two-assignment statement to assign float and string value in python

Answers

Answered by sambhavgautam6
13

For Float::

a=float(input("Enter the value"))

For string:

str()

Similar questions