Skip to content

Commit 77c6f6c

Browse files
committed
FEAT: add print_one.py
1 parent 9e473c8 commit 77c6f6c

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

print/print_one.py

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name = 'Erickson'
2+
3+
print(*name, sep='.', end='/')
4+
# E.r.i.c.k.s.o.n/
5+
6+
7+
arquivo = open('example.txt', 'a')
8+
9+
print('save in file', file=arquivo)

0 commit comments

Comments
 (0)