Skip to content

Instantly share code, notes, and snippets.

@rdnasim
Last active February 2, 2018 11:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rdnasim/278c804416adc20072a8559ac53d4924 to your computer and use it in GitHub Desktop.
Save rdnasim/278c804416adc20072a8559ac53d4924 to your computer and use it in GitHub Desktop.
তুমি যদি চাও অন্য ভেরিয়েবল এর জন্যে আলাদা ভেলু রাখতে চাও সেটাও তুমি করতে পারবে । উপরের টেবিলে তুমি দেখতে পাচ্ছো যে, ভেরিয়েবল "2" একটা ইন্টিজার সংখ্যা সঞ্চয় করে এবং "some_number" ভেরিয়েবল "10000" ভেলু সঞ্চয় করে ।   ইন্টিজার ছাড়াও আমরা booleans (True / False), string, float এবং অন্যান্য অনেক ধরনের টাইপ ব্যাবহার করতে পারি ।
# booleans
true_boolean = True
false_boolean = False
# string
my_name = "RD Islam Nasim"
# float
book_price = 15.80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment