diff options
Diffstat (limited to 'challenge-108/stuart-little/python/ch-1.py')
| -rwxr-xr-x | challenge-108/stuart-little/python/ch-1.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/challenge-108/stuart-little/python/ch-1.py b/challenge-108/stuart-little/python/ch-1.py new file mode 100755 index 0000000000..07d799e96e --- /dev/null +++ b/challenge-108/stuart-little/python/ch-1.py @@ -0,0 +1,6 @@ +#!/usr/bin/env python + +# run <script> + +x=5 +print(f"The variable x has value {x} and address {id(x)}.") |
