studytime= int(input("Insert python study time here hrs: "))
knowledge=0
if studytime > 8:
knowledge+=1
print(f"Knowledge increased to {knowledge}")
print("Keep going!")
studytime= int(input("Insert python study time here hrs: "))
knowledge=0
if studytime > 8:
knowledge+=1
print(f"Knowledge increased to {knowledge}")
print("Keep going!")
Ubuntu most recent LTS CHECK
VS Code with python CHECK
Time for those baby steps called my first lines of code.
Any and all advice is welcome!
Ubuntu most recent LTS CHECK
VS Code with python CHECK
Time for those baby steps called my first lines of code.
Any and all advice is welcome!