GITLAB

Miguel Barão / aprendizations

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • aprendizations
  • demo
  • solar_system
  • correct-timeout.py
  • ef9f327f   - another version not working... Browse Code »
    Miguel Barão
    2017-11-28 12:52:51 +0000  
correct-timeout.py 117 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11
#!/usr/bin/env python3

import sys
import time

s = sys.stdin.read()

# generate timeout
time.sleep(100)

print(0.5)