write two function which return of the ping function.
ping(ip_address) which takes a ip_address and returns a string formatted as “Ping Response from 127.0.0.1 10ms”
Here is how you can install and run Python on your computer.
Download the latest version of Python(3.9.5) Run the installer file and follow the steps to install Python During the install process, check Add Python to environment variables. This will add Python to environment variables, and you can run Python from any part of the computer.
Also, you can choose the path where Python is installed. Once you finish the installation process, you can run Python.
This program requires 3+ to run, with IDE. The commands below will [upgrade OS and install the prerequisites, or do something else]
sudo apt update
sudo apt upgrade
sudo apt install package1 package2
Once installed you can run the program with the following command We just need to save it with the .py extension.IDE is a piece of software that provides useful features like code hinting, syntax highlighting and checking, file explorers, etc. to the programmer for application development.
python week three.py
Add any additional ways to run the program below
python week three.py test.txt
Provide thank yous and attributions here. If someone helped you, you looked at another repository, or another article, provide it here.