Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Zheng Gaoshan
co-devTest
Commits
0661b01a
Commit
0661b01a
authored
May 20, 2025
by
Zheng Gaoshan
Browse files
Update a.py
parent
a61beff5
Changes
1
Hide whitespace changes
Inline
Side-by-side
a.py
View file @
0661b01a
#this is test message
try
:
try
:
import
jinja2
import
jinja2
template
=
jinja2
.
Template
(
"Hello {{ name }}!"
)
template
=
jinja2
.
Template
(
"Hello {{ name }}!"
)
...
@@ -44,4 +45,4 @@ try:
...
@@ -44,4 +45,4 @@ try:
except
Exception
as
e
:
except
Exception
as
e
:
print
(
"❌ Loguru 测试失败:"
,
e
)
print
(
"❌ Loguru 测试失败:"
,
e
)
print
(
"
\n
🎉 所有测试完成"
)
print
(
"
\n
🎉 所有测试完成"
)
\ No newline at end of file
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