update
This commit is contained in:
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "oj-next",
|
"name": "oj-next",
|
||||||
"version": "1.5.0",
|
"version": "1.6.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "oj-next",
|
"name": "oj-next",
|
||||||
"version": "1.5.0",
|
"version": "1.6.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@codemirror/lang-cpp": "^6.0.2",
|
"@codemirror/lang-cpp": "^6.0.2",
|
||||||
"@codemirror/lang-python": "^6.1.6",
|
"@codemirror/lang-python": "^6.1.6",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "oj-next",
|
"name": "oj-next",
|
||||||
"version": "1.5.0",
|
"version": "1.6.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "vite",
|
"start": "vite",
|
||||||
|
|||||||
@@ -38,3 +38,14 @@ print("你好")
|
|||||||
print("你好")
|
print("你好")
|
||||||
print("你好")
|
print("你好")
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## 第五:每行输出多个
|
||||||
|
|
||||||
|
```py
|
||||||
|
print("", "")
|
||||||
|
```
|
||||||
|
|
||||||
|
或者:
|
||||||
|
|
||||||
|
|
||||||
|
在右边的代码中找找茬吧,Let's GO
|
||||||
7
src/learn/01/main.py
Normal file
7
src/learn/01/main.py
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
print(“黄岩一职”)
|
||||||
|
|
||||||
|
print(“黄岩一职”)
|
||||||
|
|
||||||
|
print=(黄岩一职”)
|
||||||
|
|
||||||
|
Print(a)
|
||||||
Reference in New Issue
Block a user