Introduction to Python: Variables
Input
name = input ("What is your name")
Hobby = input (" What are your hobbies")
Goals_and_ambitions = input ("What are your goals and ambitions")
Achievement = input ("What do you hope to achieve?")
Print = ("-----------------------------------...
mapleberry.hashnode.dev1 min read