CᴏᴅɪɴɢNᴇʀᴅ 💸🐾
133 subscribers
117 photos
3 videos
15 files
40 links
༗ हरे कृष्णा ༗
"Lost in my own cosmos 💫 | Coding Need Patience 🥀🐾"

❝Face the failure, Until the Failure fails to face you.❞

— Dreamer

» ChikuX69.netlify.app «

DM ? " @ChikuXBot " : 404;
Download Telegram
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
This media is not supported in your browser
VIEW IN TELEGRAM
print(7 > 6 > 5)
Anonymous Quiz
76%
True
24%
False
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
console.log("abc".toLowerCase === "xyz".toLowerCase);
Anonymous Quiz
43%
true
43%
false
13%
error
Please open Telegram to view this post
VIEW IN TELEGRAM
def getPrint(name="world", some):
print(f"Hello {name}")
getPrint("Chiku", 55)
Anonymous Quiz
22%
Hello World
43%
Hello Chiku
11%
Hello 55
24%
Error
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
CᴏᴅɪɴɢNᴇʀᴅ 💸🐾
Basic Implementation in Python

1. Without API Key Which i defined right now!
requests.get("http://localhost:3010/api")


Output:
{
'error': 'Access Denied'
}



2. With API Key
requests.get("http://localhost:3010/api", headers={"token": "giveAccess"})


Output:
{
'message': 'Access Granted'
}



Try Yourself 🧑‍💻
Please open Telegram to view this post
VIEW IN TELEGRAM