GitHub-IDE icon indicating copy to clipboard operation
GitHub-IDE copied to clipboard

Test agin!

Open jainamoswal opened this issue 2 years ago • 2 comments

jainamoswal avatar Jan 06 '23 14:01 jainamoswal

import requests x = requests.get('https://google.com') print(x.status_code)

jainamoswal avatar Jan 06 '23 14:01 jainamoswal

▩ Command ▩

import requests
x = requests.get('https://google.com')
print(x.status_code)

▧ Output ▨

200

This is reply to this comment.

github-actions[bot] avatar Jan 06 '23 14:01 github-actions[bot]