Skip to content

Instantly share code, notes, and snippets.

View Rizwan-Hasan's full-sized avatar
🌏
Working remotely

Rizwan Hasan Rizwan-Hasan

🌏
Working remotely
View GitHub Profile
{
"name": "Rizwan Hasan"
}
{
"age": 20
}
{
"student": {
"name": "Rizwan Hasan",
"age": 21,
"sex": "Male"
}
}
{
"students": [
"Rizwan",
"Sakib",
"Natsu"
]
}
{
"answer": true
}
{
"nickname": null
}
{
"students": [
{
"id": 101,
"name": "Rizwan Hasan",
"age": 21,
"department": "CSE",
"sex": "Male",
"paid": true,
"cgpa": 2.13
import cx_Oracle
def main():
# Variables
username: str = "HR"
password: str = "<YOUR_PASSWORD>"
host: str = "localhost"
service: str = "XE"
# Connection establishing
import cx_Oracle
def main():
# Variables
username: str = "HR"
password: str = "<YOUR_PASSWORD>"
host: str = "localhost"
service: str = "XE"
# Connection establishing
import cx_Oracle
def main():
# Variables
username: str = "HR"
password: str = "<YOUR_PASSWORD>"
host: str = "localhost"
service: str = "XE"
# Connection establishing