Lab Task 1
Lab Task 1
1. After successfully installing the Anaconda IDE, take a screenshot of the Anaconda Navigator
interface or the command line showing Anaconda's version. Submit the screenshot as proof of
installation.
2. Write a Python script to check if a given key already exists in a dictionary.
3. Convert the given C++ code into python:
#include <iostream>
using namespace std;
int main() {
return 0;}
4. Write a program that reads three numbers and prints the smallest one.
5. Write a program that reads a list of integers and sort them in ascending order.