Python Forum
My first code - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: Code sharing (https://python-forum.io/forum-5.html)
+--- Thread: My first code (/thread-29516.html)



My first code - Dule74 - Sep-07-2020

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()



RE: My first code - Gribouillis - Sep-07-2020

It looks like a good start.


RE: My first code - eXcalibur432 - Sep-07-2020

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


RE: My first code - Gribouillis - Sep-07-2020

One of my first programs was the eight queens problem in UCSD Pascal in 1983. It was saved on a flexible floppy disk.