Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: How can i simplify this code
Post: RE: How can i simplify this code

# you can make the process automatic by just doing the following print(shoplist[indicator]) # this will make the process automatic
Jezani_VIII General Coding Help 4 2,793 Aug-24-2019, 01:54 PM
    Thread: How can i simplify this code
Post: How can i simplify this code

shoplist = [" blueberries", " rasberries"," apples", " soda", " diet coke", " coffee beans"] indicator = int(input(" Which of the shopping list do you want to know?")) if indicator == 0: print(" blu...
Jezani_VIII General Coding Help 4 2,793 Aug-24-2019, 01:18 PM
    Thread: how to tell python to do something every 6 months
Post: how to tell python to do something every 6 months

# Imagine your income is 200k per year and you want to save 0.1% of your income monthly because there is a debt of about 100k on your name # but my income increase certain percent by every 6 months an...
Jezani_VIII Homework 1 1,994 Aug-18-2019, 01:34 PM

User Panel Messages

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