Compare commits

..

No commits in common. "develop" and "main" have entirely different histories.

View File

@ -3,9 +3,6 @@ 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():
print(42)
return 42
def get_population_of_country(df, country): def get_population_of_country(df, country):
""" """