CYBER CRATE
Home
Scripts
Contact
About
Sign Up
Python script 1:
# Python script example def greet(name): return f"Hello, {name}!" print(greet("World")) # PowerShell script example # Write-Host "Hello, World!"
This is another script I wrote that handles: Blank
Python script 2:
# Python script example def greet(name): return f"Hello, {name}!" print(greet("World")) # PowerShell script example # Write-Host "Hello, World!"