e
This commit is contained in:
parent
06df01e507
commit
684da26e30
1 changed files with 4 additions and 0 deletions
4
cc/good
Normal file
4
cc/good
Normal file
|
@ -0,0 +1,4 @@
|
|||
import subprocess
|
||||
s = subprocess.run(["date"], stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
|
||||
dait = s.stdout.rstrip()
|
||||
print(f"Good {dait} everyone.")
|
Loading…
Reference in a new issue