About
This project implements a simple Python program that tells you the snow condition based on the temperature (int) inputted.
A shell script is used to collect input and run the program.
This project implements a simple Python program that tells you the snow condition based on the temperature (int) inputted.
A shell script is used to collect input and run the program.
Use 'run.sh'
along with an integer to launch the program
./run.sh <int>
Replace <int>
with an integer
./run.sh 25
Output:
Packed Snow
chmod +x run.sh