Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Question with while loop placement
Post: RE: Question with while loop placement

Thank you for this advice, I really appreciate it. As someone who is new to Python and these forums, tips, such as the one you gave me, are really helpful and make me a better programmer. In addition ...
Tunechi General Coding Help 2 3,027 May-16-2018, 02:54 AM
    Thread: Question with while loop placement
Post: Question with while loop placement

I'm trying to make a game that has a "fight" loop that it runs when the user encounters a demon. I pretty much have a basic version done but was wondering how to format a while loop so that the user k...
Tunechi General Coding Help 2 3,027 May-15-2018, 10:41 PM
    Thread: Help with randint/random
Post: Help with randint/random

I'm trying to learn how to do the randint function by searching online but when I ever I try using what websites say, I get an error message and I want to understand what I'm doing wrong. This is what...
Tunechi General Coding Help 1 2,519 May-14-2018, 02:08 AM
    Thread: No input with a function
Post: RE: No input with a function

(May-14-2018, 12:36 AM)micseydel Wrote: FYI, this looks like the same person as the poster of this thread - https://python-forum.io/Thread-Unexpecte...-statement They have the same IP address.That's...
Tunechi General Coding Help 6 3,860 May-14-2018, 01:28 AM
    Thread: No input with a function
Post: RE: No input with a function

Thanks for quick replies, I really appreciate it. Here is the full code: BaseHealth = 100 BasePower = 100 BaseLuck = 100 def stats(): print("Health: " + str(BaseHealth), "Luck: " + str(BaseLuck),...
Tunechi General Coding Help 6 3,860 May-13-2018, 08:32 PM
    Thread: No input with a function
Post: No input with a function

I am new to Python and this forum and was wondering if anyone could help me with this problem I'm having with printing functions. I made a function called stats that displays the user's stats but when...
Tunechi General Coding Help 6 3,860 May-13-2018, 08:12 PM

User Panel Messages

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