Compare commits

..

2 Commits

Author SHA1 Message Date
fc1fad67ab Merge remote-tracking branch 'origin/develop' into develop
# Conflicts:
#	src/energy_data_project/T08_WorldCities.py
2025-07-17 16:13:33 +02:00
1f8589cd9b merged solution 2025-07-17 16:13:21 +02:00

View File

@ -4,6 +4,7 @@ import pandas as pd
from numpy.f2py.crackfortran import true_intent_list
def foo():
print(42)
return 42
def get_population_of_country(df, country):