4 lines
47 B
Python
4 lines
47 B
Python
success = 10
|
|
total = 10
|
|
|
|
print(success / total) |
success = 10
|
|
total = 10
|
|
|
|
print(success / total) |