Toggle navigation
uPaste
home
archive
contact us
popular
upgrade
sign in / sign up
Sign In
Register
Forgot Password
Sign In
Sign Up
Reset
viewing paste
Unknown #27688
|
Text
Posted on the
25th June, 2016 at 4:12:20
Copied to clipboard
Copy this Paste
Raw Text
Download
Report Paste
Print
Embed
1
2
3
4
5
6
if (__name__ == "__main__"):
test = Point(110,10)
print(test)
empty_test = Point()
print(empty_test)
Viewed 1007 times, submitted by Guest.
if (__name__ == "__main__"): test = Point(110,10) print(test) empty_test = Point() print(empty_test)
fb
tweet
in
reddit