CᴏᴅɪɴɢNᴇʀᴅ 💸🐾
267 subscribers
115 photos
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
73%
True
27%
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
39%
true
46%
false
14%
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
20%
Hello World
43%
Hello Chiku
11%
Hello 55
26%
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