Error is not an Error?
|
06-17-2021, 11:32 AM
(This post was last modified: 06-17-2021 11:53 AM by Thomas_Sch.)
Post: #4
|
|||
|
|||
RE: Error is not an Error?
HP-Prime python is micropython. (http://micropython.org/; https://docs.micropython.org)
Micropython is based on Python 3.4. (see Help > Tree > HP apps > Python app > OK, page 2) You may check this: Code: from sys import * F-string literals have been added to python since python 3.6. You can check more about it here (https://www.python.org/dev/peps/pep-0498/) (from https://stackoverflow.com/questions/5040...yntaxerror) |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Error is not an Error? - toml_12953 - 06-17-2021, 05:13 AM
RE: Error is not an Error? - Liamtoh Resu - 06-17-2021, 08:48 AM
RE: Error is not an Error? - toml_12953 - 06-17-2021, 02:28 PM
RE: Error is not an Error? - Albert Chan - 06-17-2021, 10:46 AM
RE: Error is not an Error? - Thomas_Sch - 06-17-2021 11:32 AM
RE: Error is not an Error? - toml_12953 - 06-17-2021, 02:57 PM
RE: Error is not an Error? - Didier Lachieze - 06-17-2021, 03:01 PM
RE: Error is not an Error? - Albert Chan - 06-20-2021, 03:25 PM
RE: Error is not an Error? - Liamtoh Resu - 06-17-2021, 06:30 PM
|
User(s) browsing this thread: