8000 Black formatting pass · monkeyfx/python-basics-exercises@4ee6c54 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4ee6c54

Browse files
committed
Black formatting pass
1 parent b02b25c commit 4ee6c54

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

ch05-numbers-in-python/2-integers-and-floating-point-numbers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
# Exercise 1
6-
num1 = 25000000
6+
num1 = 25_000_000
77
num2 = 25_000_000
88
print(num1)
99
print(num2)

ch17-graphical-user-interfaces/2-challenge.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,3 @@
8282

8383
with open(output_file_path, "wb") as output_file:
8484
output_PDF.write(output_file)
85-

0 commit comments

Comments
 (0)
0