Skip to content
GitLab
Menu
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Trần Phương Nam
slution
Commits
2ceb86be
Commit
2ceb86be
authored
3 years ago
by
Trần Phương Nam
Browse files
Options
Download
Email Patches
Plain Diff
fix 2
parent
2340929e
master
test3
thangmd
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Sprin/test1.py
+6
-1
Sprin/test1.py
with
6 additions
and
1 deletion
+6
-1
Sprin/test1.py
+
6
-
1
View file @
2ceb86be
...
...
@@ -8,4 +8,9 @@ args = shlex.split(cmd)
# print(args)
process
=
subprocess
.
Popen
(
args
,
shell
=
False
,
stdout
=
subprocess
.
PIPE
,
stderr
=
subprocess
.
PIPE
)
stdout
,
stderr
=
process
.
communicate
()
i
+=
print
(
"Tran Phương Nam"
)
print
(
"Tran Phương Nam"
)
\ No newline at end of file
i
+=
print
(
"Tran Phương Nam"
)
print
(
"Tran Phương Nam"
)
print
(
"Tran Phương Nam"
)
print
(
"Tran Phương Nam"
)
print
(
"Tran Phương Nam"
)
print
(
"Tran Phương Nam"
)
print
(
"Tran Phương Nam"
)
print
(
"Tran Phương Nam"
)
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets