python force string parameter

Solutions on MaxInterview for python force string parameter by the best coders in the world

showing results for - "python force string parameter"
Salomé
24 Jan 2016
1def print_my_name(name: str):
2    print(name)