manojGitHub Posted on Jul 10, 2019 StringsInput #replit #python Foundation of Python Strings Top comments (2) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Collapse Expand Pierre Bouillon Pierre Bouillon Pierre Bouillon Follow Software Engineer | Privacy Advocate | Coffee Lover Location Luxembourg Education Engineering degree Pronouns He / Him Work Full Stack Software Engineer Joined Nov 5, 2017 • Jul 10 '19 Dropdown menu Copy link Hide 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 Expand manojGitHub manojGitHub manojGitHub Follow Location UAE Education Computer Science Graduate Joined Jul 10, 2019 • Jul 10 '19 Dropdown menu Copy link Hide 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. Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink. Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse
Top comments (2)
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+:This is just a small comment, keep going !
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.