Skip to content

Memory allocation error found in float and complex data. #7631

Closed as not planned
@neerajpatel2505

Description

@neerajpatel2505

### In jupyter notbook
1. For float data:

x = 1.5
y = 1.5
print(id(x),id(y))

2. For complex data:

x = 1+5j
y = 1+5j
print(id(x),id(y))

Hear, In both examples we found different memory address allocation from jupyter notebook but in other platform likes vs-code or other online compilers gives same memory address.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions