Skip to content

Fix type print statement for tuple and set - #963

Open
YOUCEF54 wants to merge 1 commit into
Asabeneh:masterfrom
YOUCEF54:patch-1
Open

Fix type print statement for tuple and set#963
YOUCEF54 wants to merge 1 commit into
Asabeneh:masterfrom
YOUCEF54:patch-1

Conversation

@YOUCEF54

@YOUCEF54 YOUCEF54 commented Sep 6, 2026

Copy link
Copy Markdown

Description

This PR corrects the inline comments for the data type print statements in 01_Day_Introduction/helloworld.py.

Changes Made

  • Added the missing print(type((1, 2, 3))) # Tuple example.
  • Corrected the comment on the set example from # Tuple to # Set to accurately match the data structure used ({9.8, 3.14, 2.7}).

These updates ensure that beginners following the 30-Days-Of-Python guide see the correct visual examples for both tuples and sets and not getting them confused on their first encounter with the programing language.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant