151 Comments - Last post 16 minutes ago by Adamdoodles
57 Comments - Last post 2 hours ago by bongwaterbuttchug
82 Comments - Last post 2 hours ago by Zeri
17,129 Comments - Last post 3 hours ago by HustlaOG
452 Comments - Last post 3 hours ago by Aydaylin
200 Comments - Last post 4 hours ago by CelticBatman
1,731 Comments - Last post 4 hours ago by mm3n
1 Comments - Last post 5 minutes ago by Kappaking
86 Comments - Last post 9 minutes ago by ObsidianSpire
86 Comments - Last post 29 minutes ago by Butterkatt
10 Comments - Last post 30 minutes ago by CASA0
82 Comments - Last post 1 hour ago by zevnda
19 Comments - Last post 1 hour ago by aquatorrent
1,804 Comments - Last post 1 hour ago by Sakakino
Hey, basically I'm just looking for people who understand python, and can help me with some comp science homework, I'm sort of stuck, and normally I'm good at figuring it out on my own but this assignment is just wrecking me, and it's supposed to be "easy" I can figure out the hard shit but this string shit is killing me, I just want to know why and understand how it works right now so if you don't mind helping me out that would be awesome, I'm using processing, because I'm in beginner computer science, and that's what they use.
giveaway: https://www.steamgifts.com/giveaway/zigEF/neko-nin-exheart
By the way you're all free to enter, I don't really care one way or another, I just was hoping that someone would see it who had a comp science background and wouldn't mind me pestering them with a few questions.
Edit again: This is the problem I'm having trouble with:
First the assignment: For this question, you will write a program that allows the user to type in a number on the keyboard. When the user clicks the mouse, the program will calculate and display the square of the number that was typed in (e.g. if the user types in the number 12, then when the mouse is clicked, your program will display the value 144, i.e. 122).
This is the part I'm having a problem with:
When the user presses a key: Add any key that the user types to your string of digits. If the user presses a key that is not a digit, it’s okay if your program crashes (adding error-checking is beyond the scope of this question). Always display the current digits that the user has typed in using the text() function.
Comment has been collapsed.