Skip to content

feat: add ex2.py#192

Open
VincenzoVillanova wants to merge 1 commit intoUNICT-Quality-Development:mainfrom
VincenzoVillanova:ex2
Open

feat: add ex2.py#192
VincenzoVillanova wants to merge 1 commit intoUNICT-Quality-Development:mainfrom
VincenzoVillanova:ex2

Conversation

@VincenzoVillanova
Copy link
Copy Markdown

No description provided.

if 1 <= week <= 7:
print(days[week - 1])
else:
print("Invalid input! Please enter week number between 1-7.")
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

puoi fare il wrap del codice in una funzione

quindi crea una funzione che implementi questo codice

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.

2 participants