Author Topic: 100 Days of Code Water Cooler talk  (Read 1009 times)

Secure Da Bag

  • Newbie
  • *
  • Posts: 38
    • View Profile
100 Days of Code Water Cooler talk
« on: November 26, 2021, 08:52:24 am »
Talk or ask about anything you want concerning the 100 Days of Code challenge or Python, here.

Share on Bluesky Share on Facebook


Secure Da Bag

  • Newbie
  • *
  • Posts: 38
    • View Profile
Re: 100 Days of Code Water Cooler talk
« Reply #1 on: November 26, 2021, 08:54:20 am »
Lack of data type be catching me off guard.

score = input("Enter a score: ")
print(f"Your new score is: {score + 10}.")

Ugh.