Advertisement
KodingKid

Optimising code in Python; made simple and easy - Basic Scripting #4

May 17th, 2021
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.14 KB | None | 0 0
  1. #i am going to optimise this script: https://pastebin.com/ahLMzyuM
  2. str a = "Hello, this is my first string"
  3. int b = 3
  4. print(a)
  5. print(b)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement