# Description Write a program to fetch HTTP status code ## Type of issue - [ ] Feature (New Script) ## Checklist: - [ ] Function should accept valid HTTP code - [ ] Return Meaningful information Example: ```python #input input_code = 200 #output { 'status':200 'message': 'Other' } ``` Error code list [here..](https://docs.python.org/3/howto/urllib2.html) **Note :** for fun add emojis corresponding to HTTP code :+1: : 200 :-1: : 404 etc
Description
Write a program to fetch HTTP status code
Type of issue
Checklist:
Example:
Error code list here..
Note : for fun add emojis corresponding to HTTP code
👍 : 200
👎 : 404
etc