Header Ads

Python Basic MCQ

by March 23, 2022
   Python Basic MCQ  1. What's the output? def hello(k):     k = [1] x = [0] hello(x) print(x) A: [0] B: [1] C: [1,0] D: [0,1] 2. What&#...Read More

Day 5: Loops

by March 14, 2022
Day 5: Loops CPP Code #include <iostream> using namespace std; int main() {     int N;     cin >> N;     for (int i = 1; i < ...Read More
Powered by Blogger.