Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for age (0.11 sec)

  1. docs_src/python_types/tutorial004.py

    def get_name_with_age(name: str, age: int):
        name_with_age = name + " is this old: " + str(age)
    Python
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Mar 26 19:09:53 GMT 2020
    - 124 bytes
    - Viewed (0)
Back to top