-
-
Notifications
You must be signed in to change notification settings - Fork 33.1k
Closed as not planned
Labels
type-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Bug report
Bug description:
# https://docs.python.org/3/tutorial/introduction.html
# In Numbers data type example
width = 20
height = 5 * 9
width * height
900
Here, While interacting with python interceptor, we will get 900 result, without using the print(). before 900 and after the width * height needs to be include.
### CPython versions tested on:
3.13
### Operating systems tested on:
Windows
Metadata
Metadata
Assignees
Labels
type-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error