DEV Community

manojGitHub
manojGitHub

Posted on

1

StringsInput

Foundation of Python Strings

Top comments (2)

Collapse
 
pbouillon profile image
Pierre Bouillon

Be careful using str as a variable name, it is also used as a type, and it may cause some issues in the future, for example, with Python 3.6+:

def hello(str: str):
    print(f'Hello {str} !')

This is just a small comment, keep going !

Collapse
 
manojgithub profile image
manojGitHub

Thanks just started the path :) to just test the app deployment in GitHub

Some comments may only be visible to logged-in visitors. Sign in to view all comments.

Billboard image

Create up to 10 Postgres Databases on Neon's free plan.

If you're starting a new project, Neon has got your databases covered. No credit cards. No trials. No getting in your way.

Try Neon for Free →