how to embedding variable python
Answers
Answered by
3
Explanation:
Maybe some already asked this but I didn't find it and I wanted to know how to embed variables into a string in Python. I usually do it like this: print('H
Answered by
0
●user_input = raw_input("Enter a variable name: ")
●user_input = input("Enter a variable name: ")
●user_input = input("Enter a variable name: ")
Similar questions