Data hosted with ♥ by
Pastebin.com
-
Download Raw
-
See Original
print
(
'Python'
,
2.7
,
3.7
)
print
(
'Python'
,
2.7
,
3.7
,
sep
=
','
)
print
(
'Python'
,
2.7
,
3.7
,
sep
=
','
,
end
=
'...
\n
'
)