0% found this document useful (0 votes)
18 views3 pages

Python Worksheet 3

Uploaded by

jam.explore.1
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views3 pages

Python Worksheet 3

Uploaded by

jam.explore.1
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

DEPARTMENT OF

COMPUTER SCIENCE & ENGINEERING

Worksheet 3
Student Name: Dipanshu UID:23BCS11539
Branch: CSE Section/Group: 702-A
Semester: 3rd Date of Performance: 23/10/2024
Subject Name: Python Programming Subject Code: 23CSP-201

1. Aim:
Smart Home Device Management
home connect manages IOT devices across thousand of homes

problem statement :
device status
energy usage
user preferences

tasks:
create sets of active/inactive devices
implement linear search for device status

2. Requirements (Hardware/Software): Python Compiler

3. Code:
4. Output:
5. Learning Outcome:

 Implementing Linear Search.

 Understanding Sets and their Operations.

 How to use if-else statements to handle different conditions.

You might also like