Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: [split] Please help with menu system
Post: RE: [split] Please help with menu system

(Sep-13-2022, 07:21 PM)deanhystad Wrote: Managing the volume of code is not your problem. Your problem is that you are going to write a lot of lines of code when you should be writing few lines of ...
dvejsa General Coding Help 4 1,326 Sep-13-2022, 08:01 PM
    Thread: [split] Please help with menu system
Post: RE: Newbie needs help part 2

(Sep-12-2022, 09:25 PM)deanhystad Wrote: This is really a new question. It should be in a new thread. Question 2 You do this at the top of your loop. replit.clear() #Clears screen after selec...
dvejsa General Coding Help 4 1,326 Sep-13-2022, 06:40 PM
    Thread: [split] Please help with menu system
Post: [split] Please help with menu system

Yo guys, I have come quite a bit in coding the crap of this menu but now im kinda stuck! :( I wonder if there is anyone here that might help me out with a thing or two :P 1, I have now made a "progr...
dvejsa General Coding Help 4 1,326 Sep-12-2022, 07:47 PM
    Thread: Newbie needs help part 2
Post: RE: Newbie needs help part 2

(Sep-07-2022, 08:00 PM)deanhystad Wrote: You need to get input and have the program execute different code based on the input. bil_lista = ["-Volvo", "-Citroen", "-Audi", "-Volkswagen"] print(bil_li...
dvejsa General Coding Help 14 3,127 Sep-08-2022, 09:15 AM
    Thread: Newbie needs help part 2
Post: RE: Newbie needs help part 2

(Sep-07-2022, 08:10 PM)XavierPlatinum Wrote: (Sep-07-2022, 07:17 PM)dvejsa Wrote: #Lista på bilar som redan finns inne: volvo = input () print("Ah ett mycket bra val, detta är en Volvo V90 från 20...
dvejsa General Coding Help 14 3,127 Sep-08-2022, 09:14 AM
  Sad Thread: Newbie needs help part 2
Post: Newbie needs help part 2

Hello once again guys! im back with yet another question regarding my car script :P some text or all text is in Swedish, I apoligize for that :D Im trying to make it so that when you choose one of the...
dvejsa General Coding Help 14 3,127 Sep-07-2022, 07:17 PM
    Thread: Newbie needs help
Post: RE: Newbie needs help

(Sep-06-2022, 07:46 PM)Yoriz Wrote: print(f"Oh okey, you got a {car} of {model}-modell, and its from {year’} but has not driven more than {miles} miles, sounds intresting!")But you have no input for...
dvejsa General Coding Help 5 1,162 Sep-06-2022, 07:51 PM
    Thread: Newbie needs help
Post: RE: Newbie needs help

(Sep-06-2022, 07:26 PM)XavierPlatinum Wrote: miles = input() print(car + " " + " " + year+ " " + mile) #Are they "miles" or "mile"?Try using f strings print(f"{car} {year} {miles} miles") Thanks ...
dvejsa General Coding Help 5 1,162 Sep-06-2022, 07:37 PM
  Thumbs Up Thread: Newbie needs help
Post: Newbie needs help

Hello guys, Im just learning Pyhton and doing a code in Replit.. I think Im doing ok so far but Im stuck on a thing that maybe some one here might help me out with? So im doing this code where a car...
dvejsa General Coding Help 5 1,162 Sep-06-2022, 07:09 PM

User Panel Messages

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