Last login: Mon Aug 23 10:08:45 on ttys000 The default interactive shell is now zsh. To update your account to use zsh, please run `chsh -s /bin/zsh`. For more details, please visit https://support.apple.com/kb/HT208050. (base) MAC:Tue Aug 24:10:02:python> cd (base) MAC:Tue Aug 24:10:02:~> cd c20212022/S1/4240 (base) MAC:Tue Aug 24:10:02:4240> ls 0820.txt 0820F.txt Lab1 hello.py roster.txt students (base) MAC:Tue Aug 24:10:02:4240> python hello.py (base) MAC:Tue Aug 24:10:03:4240> python hello.py Hello, World! (base) MAC:Tue Aug 24:10:03:4240> python hello.py Hello, World! 5**6 = 15625 (base) MAC:Tue Aug 24:10:04:4240> python hello.py Hello, World! 5**6 = 15625 The rules of this ugly game are too heinous for mere mortals to witness Traceback (most recent call last): File "hello.py", line 9, in <module> print(f"{k} {ord(k)}") TypeError: ord() expected string of length 1, but int found (base) MAC:Tue Aug 24:10:07:4240> python hello.py Hello, World! 5**6 = 15625 The rules of this ugly game are too heinous for mere mortals to witness 48 0 49 1 50 2 51 3 52 4 53 5 54 6 55 7 56 8 57 9 58 : 59 ; 60 < 61 = 62 > 63 ? (base) MAC:Tue Aug 24:10:08:4240> python hello.py Hello, World! 5**6 = 15625 The rules of this ugly game are too heinous for mere mortals to witness 90 Z 91 [ 92 \ 93 ] 94 ^ 95 _ 96 ` 97 a 98 b 99 c 100 d 101 e 102 f 103 g 104 h 105 i 106 j 107 k 108 l 109 m 110 n 111 o 112 p 113 q 114 r 115 s 116 t 117 u 118 v 119 w (base) MAC:Tue Aug 24:10:09:4240>