How can I create variable with name from result of input?
Example:
username = input()
result of username is example for John
Now I need to create variable with name John a content will be empty string.
John = ""
How can I create variable with name from result of input?
Example:
username = input()
result of username is example for John
Now I need to create variable with name John a content will be empty string.
John = ""