Python Forum

Full Version: My first code
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I recently started trying to learn Python and yesterday I wrote this.
name = input("What is your name? ")
print(name + " is such a beautiful name. ")
input()
It looks like a good start.
It'reminds me old days you can look "Automate the Boring Stuff with Python Programming " course on udemy probably free and you can look turtle module(Sorry for bad english) Exclamation
One of my first programs was the eight queens problem in UCSD Pascal in 1983. It was saved on a flexible floppy disk.