Skip to content

Forget to include print() #134402

@Naresh2028

Description

@Naresh2028

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

No one assigned

    Labels

    type-bugAn unexpected behavior, bug, or error

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions