Module-1: Intro to
Algorithm
- What is algorithm and where we use
- Practical demonstration of algorithm use cases, guessing game
Module-2: Asymptotic Analysis
Module-1: Intro to
Algorithm
Module-2: Asymptotic Analysis
| 1. Buying domain and Hosting | |
| 2. Connecting Hosting with Domain | |
| 3. SetUp Theme. | |
| 4. Product Collaction | |
| 5. Team SetUp | |
| 6. Delivery Product | |
| 7. Mantaine NilamGhor | |
For see Status
service postgresql statusConnect With database
sudo su postgresGive your OS Root Password
Python3
T = int(input())
for _ in range(T):
Write a Python program to print the following string in a specific format
print("Twinkle, twinkle, little star")
print("\t How I wonder what you are!")
print("\t \t Up above the world so high,")
print(("\t \t Like a diamond in the sky. "))
print("Twinkle, twinkle, little star")
print("\t How I wonder what you are!")
Given an array of integers,N can you find the sum of its elements?