Python Online Compiler & Playground
HTML/CSS/JavaScript
HTML
CSS
Javascript
C++
C
PHP
Java
Python
Swift
C#
Ruby
Node.JS
Kotlin
jQuery
Go
R
TypeScript
Start Python Course
Register
My code 2020/07/21 12:15
0
Author: Mani
Dark
Public
Save
PY
py
1
2
3
4
5
6
7
8
class
computer
:
pass
c1 = computer
c2 = computer
print
(
id
(
c1
))
print
(
id
(
c2
))
Enter to Rename, Shift+Enter to Preview
OUTPUT