Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
My first code
#1
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()
Reply
#2
It looks like a good start.
Reply
#3
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
Reply
#4
One of my first programs was the eight queens problem in UCSD Pascal in 1983. It was saved on a flexible floppy disk.
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020