Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
pmkhanh7890
/
news_verification
like
0
Running
App
Files
Files
Fetching metadata from the HF Docker repository...
0827f9d
news_verification
/
test.py
pmkhanh7890
Add comments to text module
0827f9d
3 months ago
raw
Copy download link
history
blame
35 Bytes
a = [
1
,
2
]
a.append(
None
)
print
(a)