[GH-ISSUE #275] "Some"+"Thing" don't work #114

Closed
opened 2026-05-06 13:15:30 +02:00 by BreizhHardware · 1 comment

Originally created by @BloomyInDev on GitHub (Sep 16, 2022).
Original GitHub issue: https://github.com/UpsilonNumworks/Upsilon/issues/275

Describe the bug
"Some"+"Thing" don't work

To Reproduce
Steps to reproduce the behavior:

  1. Go to Python
  2. Create a script
  3. Create a variable like var = "Some"+"Thing" and print it
  4. Execute
  5. See the error

Expected behavior
It's print SomeThing

Device (please complete the following information):

  • N0110
  • Upsilon Dev
Originally created by @BloomyInDev on GitHub (Sep 16, 2022). Original GitHub issue: https://github.com/UpsilonNumworks/Upsilon/issues/275 **Describe the bug** "Some"+"Thing" don't work **To Reproduce** Steps to reproduce the behavior: 1. Go to Python 2. Create a script 3. Create a variable like `var = "Some"+"Thing"` and print it 4. Execute 5. See the error **Expected behavior** It's print SomeThing **Device (please complete the following information):** - N0110 - Upsilon Dev
BreizhHardware 2026-05-06 13:15:30 +02:00
  • closed this issue
  • added the
    invalid
    label
Author
Owner

@Yaya-Cout commented on GitHub (Sep 16, 2022):

It's normal : If you want a space, you need to run var = "Some" + " Thing" (add a space), alternatively, you can use print("Some","Thing") if you don't want to use spaces. You can test on CPython (official PC Python version).

<!-- gh-comment-id:1249422695 --> @Yaya-Cout commented on GitHub (Sep 16, 2022): It's normal : If you want a space, you need to run `var = "Some" + " Thing"` (add a space), alternatively, you can use `print("Some","Thing")` if you don't want to use spaces. You can test on CPython (official PC Python version).
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#114
No description provided.