How to print variable typed by user, for example user types
var = input("Type variable name: ")
and program finds that var. and prints it
Sorry if this question already exists but i didn't find it. (Also sorry for my bad english)
How to print variable typed by user, for example user types
var = input("Type variable name: ")
and program finds that var. and prints it
Sorry if this question already exists but i didn't find it. (Also sorry for my bad english)