Skip to content

Commit a2d12bd

Browse files
authored
update
1 parent 6e61aa5 commit a2d12bd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Week02/types_rafet_taskin

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
import marshal; exec(marshal.loads(b'\xe3\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x00\xf3\x14\x00\x00\x00\x97\x00d\x00Z\x00d\x01Z\x01d\x02Z\x02d\x03Z\x03y\x04)\x05\xe9\x01\x00\x00\x00g\x00\x00\x00\x00\x00\x00\xf0?Ty\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xf0?N)\x04\xda\x06my_int\xda\x08my_float\xda\x07my_bool\xda\nmy_complex\xa9\x00\xf3\x00\x00\x00\x00\xfa\x08<string>\xda\x08<module>r\n\x00\x00\x00\x01\x00\x00\x00s\x19\x00\x00\x00\xf0\x03\x01\x01\x01\xe0\t\n\x80\x06\xd8\x0b\x0e\x80\x08\xd8\n\x0e\x80\x07\xd8\r\x0f\x81\nr\x08\x00\x00\x00'))
1+
my_int = 7
2+
my_float = 3.14
3+
my_bool = True
4+
my_complex = 1j

0 commit comments

Comments
 (0)