Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: "Import" Help
Post: RE: "Import" Help

(Apr-28-2023, 02:10 AM)deanhystad Wrote: There is a problem with this: from pyfiglet import Figlet figlet = Figlet() pyfiglet.getFonts() figlet.setFont(font=f)You did not import pyfiglet. You o...
Chief816 Homework 2 1,641 Apr-30-2023, 10:39 PM
    Thread: "Import" Help
Post: "Import" Help

I'm currently taking a free online course on Python and I am admittedly a beginner in Python as well as coding in general, but I am having an issue that I cannot seem to resolve and hoping for some he...
Chief816 Homework 2 1,641 Apr-27-2023, 10:52 PM
    Thread: Dictionary Problem
Post: RE: Dictionary Problem

(Apr-23-2023, 02:15 AM)deanhystad Wrote: If you want to get the cost of an item. item_cost = menu[item]That is it. No looping. No looking at items. No converting the "cost" to a string, stripping...
Chief816 Homework 4 1,264 Apr-23-2023, 02:23 AM
    Thread: Dictionary Problem
Post: Dictionary Problem

I'm trying to write a program that keeps a running total of a "customer's" total as they input items off a menu, which in this case happens to be my dictionary with items and costs assigned to one ano...
Chief816 Homework 4 1,264 Apr-23-2023, 01:31 AM
    Thread: Beginner, problem with CS50 vanity plates problem
Post: RE: Beginner, problem with CS50 vanity plates prob...

(Apr-22-2023, 06:36 AM)rob101 Wrote: The issue you have is with your number_check() function. On the first and second pass, the if n[j].isnumeric(): will return False, because n[0] and n[1] are bot...
Chief816 Homework 3 6,076 Apr-22-2023, 08:16 PM
    Thread: Beginner, problem with CS50 vanity plates problem
Post: Beginner, problem with CS50 vanity plates problem

I am brand new to coding in general, and have recently started taking up python courses. For one assignment, the task is to create a program which determines if a vanity plate is valid or not. The rul...
Chief816 Homework 3 6,076 Apr-22-2023, 05:06 AM

User Panel Messages

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