merged solution

This commit is contained in:
Philip 2025-07-17 16:10:44 +02:00
parent a09e444afc
commit dfd75d3aaf

View File

@ -3,6 +3,8 @@ from typing import Optional
import pandas as pd import pandas as pd
from numpy.f2py.crackfortran import true_intent_list from numpy.f2py.crackfortran import true_intent_list
def foo():
return 42
def get_population_of_country(df, country): def get_population_of_country(df, country):
""" """