# Python Small Scripts

1 min read

Some examples of small python script for automate small task, than can save you some minutes:

Test Python
python3 -v

Show the version of Python.

Inside Python REPL, you can write:

x=4
y=x*2
print(f"Hello World: {y}") // Only for testing

Only for testing all is working well.

My avatar

Thanks for reading my blog post! Feel free to check out my other posts or contact me via the social links in the footer.


More Posts

Comments