Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Use python for this Tasks: 1. Obtain the IPv4 Address from your computer by using the command ipconfig and retrieve only the IPv4 Address by

Use python for this image text in transcribed
Tasks: 1. Obtain the IPv4 Address from your computer by using the command "ipconfig" and retrieve only the IPv4 Address by suitable regular expression. Sample Output: The obtained IPv4 Address is 192.168.1.100 Hints: 1) Remember to import relevant libraries. ii) It is nice to put some dangerous operations (maybe command execution) into try except block. iii) You may put every line of returned string into regular expression searching, you could only obtain result from lines with matched pattern. iv) The output varies for different computers, especially for computer with more than one network interface card. Answer: 2. Read all the data in the file "meetingAttendanceList.csv" given, obtain the student attendance record by using regular expression and display the data in table form Sample Output: Student Name | Student ID Date Session CHAN Tai Man | 190287607 19/1/2020 AM LEE Tai Man | 200265466 19/1/2020 AM CHEUNG Tai Man 200372316 19/1/2020 AM WONG Tai Man | 200427346 | 9/1/2020 AM Ho Tai Man | 9/1/2020 AM CHAN Siu Ming 19/1/2020 AM | 200198685 | 200217524 1 200266791 | 200187760 LEE Siu Ming 19/1/2020 AM CHEUNG Siu Ming 19/1/2020 AM WONG Siu Ming | 200280139 19/1/2020 AM Ho Siu Ming | 200210676 19/1/2020 | AM Ho Siu Ming | 200210676 19/1/2020 AM Ho Siu Ming | 200210676 19/1/2020 AM

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Horse Betting The Road To Absolute Horse Racing 2

Authors: NAKAGAWA,YUKIO

1st Edition

B0CFZN219G, 979-8856410593

More Books

Students also viewed these Databases questions

Question

What is the growth rate of GDP per capita?

Answered: 1 week ago