fork download
  1. def Na_Dziewiec(self):
  2. print("Startuje funkcja dziewiec")
  3. wybor = [50] * 6 + [60] * 3
  4.  
  5.  
  6.  
  7. while True:
  8. wo = int(input("Sztuki na WO: "))
  9.  
  10. if self.suma == 480:
  11. print("Suma osiagnela 480, czyli 8h.")
  12. break
  13.  
  14. elif self.suma == 300:
  15. return self.Wynik_Rulonow()
  16. elif self.suma == 310:
  17. return self.Wynik_Rulonow()
  18. elif self.suma == 320:
  19. return self.Wynik_Rulonow()
  20. elif self.suma == 330:
  21. return self.Wynik_Rulonow()
  22. elif self.suma == 340:
  23. return self.Wynik_Rulonow()
  24. elif self.suma == 350:
  25. return self.Wynik_Rulonow()
  26. elif self.suma == 360:
  27. return self.Wynik_Rulonow()
  28.  
  29. elif wo == 2:
  30. wybrane = sum(random.sample(wybor, 2))
  31. print("Wybrane w wybrane: ", wybrane)
  32.  
  33. if wybrane == 100:
  34. print("Sa 2 szt. na czas 1.40")
  35. self.suma += wybrane
  36. print("Suma wynosi: ",self.suma)
  37. elif wybrane == 110:
  38. print("Sa 2 szt. na czas 1.50")
  39. self.suma += wybrane
  40. print("Suma wynosi: ", self.suma)
  41. elif wybrane == 120:
  42. print("Sa 2 szt. na czas 2:00")
  43. self.suma += wybrane
  44. print("Suma wynosi: ", self.suma)
  45. else:
  46. print("Jakis blad!")
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
Traceback (most recent call last):
  File "/usr/lib/python3.5/py_compile.py", line 125, in compile
    _optimize=optimize)
  File "<frozen importlib._bootstrap_external>", line 735, in source_to_code
  File "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed
  File "./prog.py", line 1
    def Na_Dziewiec(self):
    ^
IndentationError: unexpected indent

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/lib/python3.5/py_compile.py", line 129, in compile
    raise py_exc
py_compile.PyCompileError: Sorry: IndentationError: unexpected indent (prog.py, line 1)
stdout
Standard output is empty