随笔分类 - python
it's my python
摘要:#!/usr/bin/env python# -- coding:utf-8 -- import osimport sysfrom subprocess import call from pyspark import SparkContext, SparkConffrom pyspark.sql i
阅读全文
摘要:while循环1、输出打印以#组成的长方形,自己定义长和宽。# -*-encoding:utf-8-*-'''This is script for start docker containor!Auth: cuishuai'''height = int(input("Height:"))width
阅读全文