# hello world

By [testblog](https://paragraph.com/@testblog-2) · 2022-04-16

---

hello world

*   item 1
    
*   item 2
    
*   item 3
    
*   item 4
    

    for y in range(30):
        js='window.scrollBy(0,150)'
        driver.execute_script(js)
        time.sleep(1)

---

*Originally published on [testblog](https://paragraph.com/@testblog-2/hello-world)*
