OTRF / ThreatHunter-Playbook

A community-driven, open-source project to share detection logic, adversary tradecraft and resources to make detection development more efficient.
MIT License
3.97k stars 803 forks source link

Suggesting an article to add in your post for reference #49

Closed ramanbansal1 closed 3 years ago

ramanbansal1 commented 3 years ago

Variables in Python programming language

Python is a type infer language, which means we don't have to specify the type of variable in Python. Let's see how to assign a variable in python.

For more

https://techwithpie.blogspot.com/2021/08/Pythonvariables.html

You may add this link in your article. This will increase user experience.