Skip to content

Create app.py#1

Open
sruthikesa wants to merge 1 commit into
mainfrom
sruthi
Open

Create app.py#1
sruthikesa wants to merge 1 commit into
mainfrom
sruthi

Conversation

@sruthikesa
Copy link
Copy Markdown
Owner

No description provided.

@aiagentsruthi
Copy link
Copy Markdown

aiagentsruthi Bot commented Nov 24, 2024

app.py

Consider using the new f-string feature in Python for a more readable and modern approach.
Create Issue

    print("hello") 
    ``` becomes
    ```python
    print("hello")  # This is a traditional way
    print(f"{hello}")  # This is a more readable and modern way

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