# Goals: To write functions # To write functions that send back multiple objects. # FIRST LEARN ABOUT LISTS -- X = list(height=5.4, weight=54) print("Use default printing --") print(X) print("Accessing individual elements --") cat(&quo…
# ./g1.sh q w e r t./g1.sh q w e r5个参数number is q w e r t[root@localhost get]# cat g1.sh#!/bin/bash# -*- coding: utf-8 -*-#--------------------------------------------------#Author:c #Email:libizaking@163.com#FileName:getinfo.sh#Function:create a fil…