merged solution
This commit is contained in:
parent
a09e444afc
commit
1f8589cd9b
@ -3,6 +3,9 @@ from typing import Optional
|
||||
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):
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user