Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
eogreen
/
operand
like
1
Runtime error
App
Files
Files
Community
eogreen
commited on
Oct 25
Commit
940c9de
•
1 Parent(s):
47c2717
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -33,7 +33,7 @@ def dprocess(command):
33
'result': 42
34
}
35
))
36
-
f.write(
"\n"
)
37
38
return 42
39
33
'result': 42
34
}
35
))
36
+
f.write(
'42'
)
37
38
return 42
39