-
Notifications
You must be signed in to change notification settings - Fork 171
Added built in method upper() for string #1714
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Thanks @AtmegaBuzz for the PR, I think it looks good. You need to update test results using |
@certik I've ran the test command and it generated lot of files. Should i push them ? |
Yes, we have to commit and push them. |
Thanks @Shaikh-Ubaid :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Amazing work! Thank you so much for this!
Thankyou folks for helping me. I will continue to contribute and hope to learn lot of thing from you all 😊 |
Problem
Python supports .upper() method for strings which returns all chars uppercased
Description
str.upper():
returns all chars upper casedType of change
System Configuration:
Implementation Screenshot