Lệnh và biểu thức Python

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to Lesson

Podcast

Play an AI-generated podcast conversation about this lesson
Download our mobile app to listen on the go
Get App

Questions and Answers

Lệnh str(50) trả lại giá trị nào?

"50"

Lệnh int("10001") trả lại giá trị nào?

10001

Lệnh float("15.0") trả lại giá trị nào?

15.0

Lệnh int(12.5) trả lại giá trị nào?

<p>12</p> Signup and view all the answers

Lệnh str(17.344) trả lại giá trị nào?

<p>&quot;17.344&quot;</p> Signup and view all the answers

Lệnh float(432432) trả lại giá trị nào?

<p>432432.0</p> Signup and view all the answers

Xác định giá trị của biểu thức 45>33 and 44<36

<p>False</p> Signup and view all the answers

Xác định giá trị của biểu thức (12-10//2)**2-1

<p>48</p> Signup and view all the answers

Xác định giá trị của biểu thức (13+5**2)*(30//12-5/2)

<p>-19.0</p> Signup and view all the answers

Xác định giá trị của biểu thức 14!=34 or 45//2

<p>True</p> Signup and view all the answers

Flashcards

Lệnh str() là gì?

Chuyển đổi giá trị số thành chuỗi.

Lệnh int() là gì?

Chuyển đổi giá trị chuỗi hoặc số thành số nguyên.

Lệnh float() là gì?

Chuyển đổi giá trị chuỗi hoặc số thành số thực.

Toán tử and dùng để làm gì?

Kiểm tra xem cả hai điều kiện có đúng không.

Signup and view all the flashcards

Toán tử or dùng để làm gì?

Kiểm tra xem ít nhất một trong hai điều kiện có đúng không.

Signup and view all the flashcards

Toán tử // là gì?

Phép chia lấy phần nguyên.

Signup and view all the flashcards

Toán tử ** là gì?

Tính lũy thừa.

Signup and view all the flashcards

Toán tử != là gì?

Kiểm tra tính không bằng nhau.

Signup and view all the flashcards

Study Notes

  • Các ghi chú sau đây liên quan đến các lệnh và biểu thức Python.

Câu 1: Giá trị trả về của các lệnh

  • str(50) trả về chuỗi "50".
  • int("10001") trả về số nguyên 10001.
  • float("15.0") trả về số thực 15.0.
  • int(12.5) trả về số nguyên 12 (phần thập phân bị bỏ).
  • int("1232") trả về số nguyên 1232.
  • int("234.45") sẽ gây ra lỗi vì không thể chuyển đổi chuỗi số thực trực tiếp thành số nguyên.
  • str(17.344) trả về chuỗi "17.344".
  • float(432432) trả về số thực 432432.0

Câu 2: Xác định biểu thức

  • 45>33 and 44<36 là một biểu thức boolean.

Studying That Suits You

Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

Quiz Team

Related Documents

More Like This

Python Regular Expressions Quiz
5 questions

Python Regular Expressions Quiz

AffirmativeTourmaline avatar
AffirmativeTourmaline
Python: Regular Expressions
26 questions

Python: Regular Expressions

SatisfyingZinnia4509 avatar
SatisfyingZinnia4509
Datentypen in Python
24 questions

Datentypen in Python

DazzlingPlutonium avatar
DazzlingPlutonium
Python Basics: Expressions and Data Types
15 questions
Use Quizgecko on...
Browser
Browser