├── Article_Deal_Privacy.py ├── FAQ.html ├── FAQ.js ├── Plan.html ├── Privacy.py └── Product_Privacy.py /Article_Deal_Privacy.py: -------------------------------------------------------------------------------- 1 | import random 2 | print(random.randint(1,100)) -------------------------------------------------------------------------------- /FAQ.html: -------------------------------------------------------------------------------- 1 |
This is a commit.
-------------------------------------------------------------------------------- /FAQ.js: -------------------------------------------------------------------------------- 1 | function foo() { return Math.random(); } console.log(foo()); -------------------------------------------------------------------------------- /Plan.html: -------------------------------------------------------------------------------- 1 |