Skip to content

Commit 3e074c4

Browse files
prepare gh pages
1 parent 61c32e4 commit 3e074c4

File tree

86 files changed

+6854
-1281
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+6854
-1281
lines changed

part-07/tutorial-scientific.qmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ print(f"Average temperature for the first station: {first_station_avg:.2f}°C")
5151
# Hint: Use np.mean() with axis=1
5252
# Your code here
5353
54+
5455
# TODO: b) Find the highest temperature recorded and the station index and print it
5556
# Hint: Use np.max() and np.argmax()
5657
# Your code here

0 commit comments

Comments
 (0)