Advertisement
Guest User

Untitled

a guest
May 24th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. pi@raspberrypi:~/Sevensegment $ python All.py
  2.  
  3.  
  4.  
  5.  
  6.  
  7. time = Uhrzeit
  8.  
  9. date = Datum
  10.  
  11. scroll = Scrolling-Text
  12.  
  13. display = Displaying-TExt
  14.  
  15. exit = Exit
  16.  
  17.  
  18.  
  19.  
  20.  
  21. What will you do? date
  22.  
  23.  
  24.  
  25.  
  26.  
  27. Datum für 60 Sekunden aktiviert
  28.  
  29. Traceback (most recent call last):
  30.  
  31. File "All.py", line 121, in <module>
  32.  
  33. main()
  34.  
  35. File "All.py", line 88, in main
  36.  
  37. date(seg)
  38.  
  39. TypeError: 'str' object is not callable
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement