Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite6a93b3

Browse files
committed
Remove underscores and fix chapter section numbering
1 parent3024506 commite6a93b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎ch05-numbers-in-python/2-integers-and-floating-point-numbers.pyrenamed to‎ch05-numbers-in-python/1-integers-and-floating-point-numbers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# 5.3 - Integers and Floating-Point Numbers
1+
# 5.1 - Integers and Floating-Point Numbers
22
# Solutions to Review Exercises
33

44

55
# Exercise 1
66
num1=25_000_000
7-
num2=25_000_000
7+
num2=25000000
88
print(num1)
99
print(num2)
1010

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp