Data hosted with ♥ by
Pastebin.com
-
Download Raw
-
See Original
print
(
"hello"
,
"mr."
+
"robert"
)
;
print
(
"2+1="
,
2
+
1
)
;