Skip to content

Commit

Permalink
lecture #3
Browse files Browse the repository at this point in the history
  • Loading branch information
cstenkamp committed May 5, 2020
1 parent 100364c commit 3a44f8f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions week02-Basic_Programming_with_Python/test_typechecks.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
def say_hello(time: str, people: str) -> str:
return 'Good ' + time + ', ' + people


say_hello('afternoon', 'folks')
say_hello('afternoon', 1)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3a44f8f

Please sign in to comment.