From 351103511ade7bb357ee06f7299315f7a4473781 Mon Sep 17 00:00:00 2001 From: Nils Pukropp Date: Sun, 29 Oct 2023 04:37:22 +0100 Subject: [PATCH] updated comprehension with a little hint --- Tutorium/tut02/COMPREHENSION.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Tutorium/tut02/COMPREHENSION.md b/Tutorium/tut02/COMPREHENSION.md index c9fa914..0f0395e 100644 --- a/Tutorium/tut02/COMPREHENSION.md +++ b/Tutorium/tut02/COMPREHENSION.md @@ -64,6 +64,8 @@ assert number != string 2.0 >>> str(2.0) '2.0' +>>> type(2.0) + ``` - Input/Output