[GH-ISSUE #300] Bug with print and input #130

Open
opened 2026-05-06 13:15:38 +02:00 by BreizhHardware · 0 comments

Originally created by @theodorechle on GitHub (Nov 27, 2022).
Original GitHub issue: https://github.com/UpsilonNumworks/Upsilon/issues/300

Describe the bug
I just find a little bug on the calculator.
If you made something like that:
print("-> ",end="")
input("input : ")
It will display the print and the input after the execution of the input.

Expected behavior
Normally, It will display the print and the input on the same line and after execute the input.

Device (please complete the following information):

  • N110
  • Upsilon Version: 1.0.1
  • Upsilon commit: public
Originally created by @theodorechle on GitHub (Nov 27, 2022). Original GitHub issue: https://github.com/UpsilonNumworks/Upsilon/issues/300 **Describe the bug** I just find a little bug on the calculator. If you made something like that: print("-> ",end="") input("input : ") It will display the print and the input after the execution of the input. **Expected behavior** Normally, It will display the print and the input on the same line and after execute the input. **Device (please complete the following information):** - N110 - Upsilon Version: 1.0.1 - Upsilon commit: public
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Upsilon#130
No description provided.