lspci | grep "Wireless\|WiFi"
My wifi driver name is RTL8723BE
lspci | grep "Wireless\|WiFi"
My wifi driver name is RTL8723BE
| from telegram.ext import Updater | |
| from telegram.ext import MessageHandler, Filters | |
| import wikipedia as wiki | |
| # put your toen here | |
| BOT_TOKEN= "641238067:AAEB___d1oM4llx6********************" | |
| updater= Updater(BOT_TOKEN) #Bot Token is given by BotFather on Telegram while creating bot. | |
| def get_wiki(word): |
| import turtle as t | |
| import math | |
| n= 21 # Number of folds | |
| step= 1 # Step length | |
| l= 2**n - 1 | |
| a= [0]*l | |
| def fold(m, start, end, dir): |
git clone https://www.github.com/shivampip/tenpy
git checkout -b my_new_branch
| import logging | |
| import json | |
| from copy import deepcopy | |
| from sanic import Blueprint, response | |
| from sanic.request import Request | |
| from telegram import ( | |
| Bot, | |
| InlineKeyboardButton, | |
| Update, | |
| InlineKeyboardMarkup, |
cd /etc/mongod.conf
#security:
# authroization: "enabled"
| import logging | |
| import json | |
| from copy import deepcopy | |
| from sanic import Blueprint, response | |
| from sanic.request import Request | |
| from telegram import ( | |
| Bot, | |
| InlineKeyboardButton, | |
| Update, | |
| InlineKeyboardMarkup, |