Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: The tkinter version of Rock Paper Scissors
Post: RE: The tkinter version of Rock Paper Scissors

Hi, I liked the idea of creating a tkinter version and decided to try running the program, but when I do run it it gives me an error. I had a look at the code but it looks too advanced for me although...
foksikrasa Code sharing 3 3,162 Jun-27-2020, 10:43 AM
    Thread: Error (Please help!!!!!)
Post: RE: Error (Please help!!!!!)

what is PATH? my tutor installed ghostscript into system shell (I use thonny)spelt as I have just written it
foksikrasa Homework 5 11,505 Jun-17-2020, 10:35 AM
    Thread: Error (Please help!!!!!)
Post: RE: Error (Please help!!!!!)

Ok: Error:Picture saving... Exception in Tkinter callback Traceback (most recent call last): File "C:\Users\mishk\AppData\Local\Programs\Thonny\lib\tkinter\__init__.py", line 1705, in __call__ r...
foksikrasa Homework 5 11,505 Jun-17-2020, 10:16 AM
    Thread: Error (Please help!!!!!)
Post: Error (Please help!!!!!)

I and my tutor have been working on this project but it doesn't work. Even he can't find the error please help **wall**. (It is supposed to let you draw and then save your picture) Many thanks, foks...
foksikrasa Homework 5 11,505 Jun-17-2020, 10:10 AM
    Thread: Adventure book of your choice
Post: RE: Adventure book of your choice

Thank you everyone!
foksikrasa Code Review 5 2,911 Jun-17-2020, 10:03 AM
    Thread: Create a word
Post: RE: Create a word

Ok, thanks for the suggestion.
foksikrasa Code sharing 4 3,464 May-29-2020, 11:34 AM
    Thread: Guess my number
Post: Guess my number

A popular game of guess my number: import time import random print("Ill think of a number.") time.sleep(3) number = random.randint(1,100) for i in range(10): print("Guess my number.") a = int(in...
foksikrasa Code sharing 0 2,394 May-28-2020, 04:12 PM
    Thread: Rock, Paper, Scissors
Post: RE: Rock, Paper, Scissors

Is this better? import random points = 0 choices = ['Rock', 'Paper', 'Scissors'] print("Enter a number from 0 to 2 (0 = Rock, 1 = Paper, 2 = Scissors): ") while True: comp_guess = random.randint(0...
foksikrasa Code sharing 11 4,291 May-28-2020, 04:10 PM
    Thread: Create a word
Post: Create a word

This is my oldest game that is saved. I really like it so please try it out **heart** ! Thanks, foksikrasa import random alphabet = ["a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p",...
foksikrasa Code sharing 4 3,464 May-28-2020, 03:59 PM
    Thread: Rock, Paper, Scissors
Post: RE: Rock, Paper, Scissors

is this better: import random points = 0 choices = ['Rock', 'Paper', 'Scissors'] print("Enter a number from 0 to 2 (0 = Rock, 1 = Paper, 2 = Scissors): ") while True: comp_guess = random.randint(...
foksikrasa Code sharing 11 4,291 May-28-2020, 03:48 PM
    Thread: Rock, Paper, Scissors
Post: RE: Rock, Paper, Scissors

Thank you I'll try it. What is stdin?
foksikrasa Code sharing 11 4,291 May-28-2020, 03:31 PM
    Thread: Adventure book of your choice
Post: Adventure book of your choice

This has been my latest activity in a python learning course and it turned out sooooooooooooo well that I decided to share it with the community I really appreciate your attention. Thanks, foksikrasa...
foksikrasa Code Review 5 2,911 May-28-2020, 03:24 PM
    Thread: Rock, Paper, Scissors
Post: RE: Rock, Paper, Scissors

Hello, I do not have any questions yet but as I'm still learning python I'll soon have plenty. I really appreciate your response, thanks!!!
foksikrasa Code sharing 11 4,291 May-28-2020, 03:12 PM
    Thread: Rock, Paper, Scissors
Post: Rock, Paper, Scissors

I'm new at python and in a course created this Rock, Paper, Scissors game after some hard work **smile**: import random points = 0 choices = ['Rock', 'Paper', 'Scissors'] while True: comp_guess =...
foksikrasa Code sharing 11 4,291 May-28-2020, 03:06 PM

User Panel Messages

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