Skip to content

Commit 322d94d

Browse files
authored
first commit
1 parent fa10743 commit 322d94d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JaewonSon_Assignment_1001_Planet_Analysis.py renamed to Planet Analysis

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,4 +185,4 @@ def simulate_distance2(planet1, planet2, num_days, noisy = True):
185185
average_distances_matrix[planet1, planet2] = np.around(average_distance, decimals = 2) # Append a value to the matrix
186186

187187
print("Average Daily Distance for All Pairs of Planets:")
188-
print(f"{average_distances_matrix}\n")
188+
print(f"{average_distances_matrix}\n")

0 commit comments

Comments
 (0)