Python Forum
a funny coding challege
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
a funny coding challege
#2
#!/usr/bin/env python2
from __future__ import print_function
import subprocess

print(subprocess.check_output(['/usr/bin/env', 'python3', '-c', 'print("Hello", end="")']), 'World')
Almost dead, but too lazy to die: https://sourceserver.info
All humans together. We don't need politicians!
Reply


Messages In This Thread
a funny coding challege - by Skaperen - Dec-06-2017, 09:23 AM
RE: a funny coding challege - by DeaD_EyE - Dec-06-2017, 11:44 AM
RE: a funny coding challege - by Skaperen - Dec-07-2017, 02:26 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  a funny code nzcan 0 2,145 Oct-31-2018, 08:51 PM
Last Post: nzcan
  Funny English Kebap 41 24,585 Feb-10-2018, 02:06 AM
Last Post: Skaperen
  Funny things Java Devs do but Python Devs Don't QueenSvetlana 1 3,307 Nov-02-2017, 08:45 PM
Last Post: nilamo

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020