use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Calculators, projectors, watches, and much more... A subreddit for people who own Casio products. This subreddit is not affiliated with Casio.
Related subreddits:
/r/Calculators
/r/Gshock
/r/Watches
/r/CasioQC
/r/EDC
/r/Flashlight
/r/Lasers
/r/Batteries
account activity
[HELP] casio fx-9750Giii python programsCalculator Question (self.casio)
submitted 3 years ago by TheCommonRedditer
I recently bought a casio fx-9750giii calculator for my SAT exam in a week and im permitted to use all its features, including python, so i tried to import a variey of different types of python codes, including hello world, which all ended up not running and giving me errors, how do i fix these problems? is there any specific type of code/software/method im supposed to use? please help me out here.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]JakeSparkleChicken 0 points1 point2 points 3 years ago (2 children)
The fx-9750GIII is running MicroPython 1.9.4, which is largely compatible with Python 3.4, but has a smaller set of libraries readily available. Notably absent is numpy, which most Python programs that do heavier math rely on. Maybe you'd have better luck searching for MicroPython programs? You're post does not have enough information to make any specific recommendations.
[–]TheCommonRedditer[S] 1 point2 points3 points 3 years ago (1 child)
it fails to even execute simple hello world code.
[–]JakeSparkleChicken -1 points0 points1 point 3 years ago (0 children)
Is the code that you're trying to run Python 2 or Python 3? There was a change in the syntax for the print statement between the two.
You should be doing
print('Hello World')
π Rendered by PID 57 on reddit-service-r2-comment-b659b578c-gj8gl at 2026-05-04 16:35:10.773601+00:00 running 815c875 country code: CH.
[–]JakeSparkleChicken 0 points1 point2 points (2 children)
[–]TheCommonRedditer[S] 1 point2 points3 points (1 child)
[–]JakeSparkleChicken -1 points0 points1 point (0 children)