LogFAQs > #963024810

LurkerFAQs, Active DB, DB1, DB2, DB3, DB4, DB5, DB6, DB7, DB8, DB9, Database 10 ( 02.17.2022-12-01-2022 ), DB11, DB12, Clear
Topic List
Page List: 1
TopicITT: I document my Python coding journey
SamusGlory
02/27/22 5:25:03 PM
#11:


warlock7735 posted...
Python is fine if you want to learn to code, If you want to develop a deeper understanding I would recommend struggling through elementary c or c++, or for something higher level c#. Even though most modern programming languages don't use pointers, being able to implement data structures by hand and managing memory manually will give you a ridiculous level of understanding when you use GC languages that do the work for you

thanks I will keep that in mind. I was using C++ when I took a CS course back in college and it was pretty interesting and hard lol

Currently messing around with if/else statements at the moment.

print("Welcome to the liquor store. Are you old enough to buy alcohol here?")

raw_age = input("How old are you? ")

age = int(raw_age)

if age >= 21:
print("You are old enough to buy alcohol in the liquor here.")
else:
print("Sorry, you are not old enough to buy alcohol here.")


---
My PC: https://pcpartpicker.com/list/pDLqgw
... Copied to Clipboard!
Topic List
Page List: 1