Answer to Question #259351 in Python for Villan

Question #259351

How to concatenate float and string

1
Expert's answer
2021-10-31T12:02:22-0400
input1 = float(input('Enter any number here'))
string1 = input('Enter any string here')
str(input1) + string1

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog