You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Introduction to Bash Scripting/IV Functions and Automation.py
+22
Original file line number
Diff line number
Diff line change
@@ -112,6 +112,28 @@
112
112
repl:~/workspace$ bashscript.sh
113
113
456outof632asapercentis72.15%
114
114
115
+
"""
116
+
### Sports analytics function
117
+
118
+
- Create a function called get_number_wins using the function-word method.
119
+
- Create a variable inside the function called win_stats that takes the argument fed into the function to filter the last step of the shell-pipeline presented.
120
+
- Call the function using the city Etar.
121
+
- Below the function call, try to access the win_stats variable created inside the function in the echo command presented.
0 commit comments