Advertisement
KodingKid

Basic String and Int in Python - Basic Scripting #2

May 17th, 2021
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.08 KB | None | 0 0
  1. string1 = "Hello, this is my first string"
  2. int1 = 3
  3. print(string1)
  4. print(int1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement