๐—–๐—ฆ ๐—”๐—น๐—ด๐—ผ ๐Ÿ’ป ๐ŸŒ ใ€Ž๐—–๐—ผ๐—บ๐—ฝ๐—ฒ๐˜๐—ถ๐˜๐—ถ๐˜ƒ๐—ฒ ๐—ฃ๐—ฟ๐—ผ๐—ด๐—ฟ๐—ฎ๐—บ๐—บ๐—ถ๐—ป๐—ดใ€
9.63K subscribers
5.61K photos
3 videos
95 files
10.6K links
๐ŸšฉMain Group - @SuperExams
๐Ÿ“Job Updates - @FresherEarth

๐Ÿ”ฐAuthentic Coding Solutions(with Outputs)
โš ๏ธDaily Job Updates
โš ๏ธHackathon Updates & Solutions

Buy ads: https://telega.io/c/cs_algo
Download Telegram
โš ๏ธโ€ผ๏ธIBM Exam Discussion/ Help Group
๐Ÿ“†Date - 18 May 2022
๐Ÿ“Œ
@superexams
๐Ÿ“Œ
@superexams
๐Ÿ“Œ
@superexams
โ€ผ๏ธJoin Fast
๐Ÿƒ๐Ÿปโ€โ™€๏ธ๐Ÿƒ๐Ÿปโ€โ™€๏ธ๐Ÿƒ๐Ÿปโ€โ™€๏ธ
โš ๏ธโš ๏ธโš ๏ธ#HackerRank Rest API: Country Code - HackerRank Python Solutions

import urllib.request
import json
import re

def getPhoneNumbers(country,phoneNumber):
api="https://jsonmock.hackerrank.com/api/countries?name="
url = api+country
with urllib.request.urlopen(url) as response:
html = response.read()
html = json.loads(html)
code = html["data"][0]["callingCodes"][0]
phoneNumber="+"+str(code)+" "+str(phoneNumber)
return phoneNumber
๐Ÿ‘1
After every rejection from an interview, Instead of feeling bad, blaming luck, or abusing the interviewer,
stand in front of a mirror and say "Is rejection se ye pta chal gya ki itne se nhi ho, mujhe abhi aur mehnat krna parega" ๐Ÿ™Œ๐Ÿ’ฏ And start preparing for the next interviewโค๏ธโค๏ธ
P.S. Relatable to me because recently I also got rejected from one๐Ÿ™‚๐Ÿฅฒ All the bestโค๏ธ๐Ÿ’ฏ
#interview #motivateyourself
๐Ÿ‘7