About 267 results
Open links in new tab
  1. 4. More Control Flow Tools — Python 3.13.3 documentation

    1 day ago · More Control Flow Tools¶ As well as the while statement just introduced, Python uses a few more that we will encounter in this chapter. 4.1. if Statements¶ Perhaps the most well …

  2. 4. Lebih Banyak Alat Pengatur Aliran Control Flow - Python

    Contoh ini, seperti biasa, menunjukkan beberapa fitur Python baru: Pernyataan return kembali dengan nilai dari suatu fungsi. return tanpa argumen ekspresi mengembalikan None. Keluar …

  3. 8. Compound statements — Python 3.13.3 documentation

    2 days ago · The if, while and for statements implement traditional control flow constructs. try specifies exception handlers and/or cleanup code for a group of statements, while the with …

  4. 7. Simple statements — Python 3.13.3 documentation

    3 days ago · A simple statement is comprised within a single logical line. Several simple statements may occur on a single line separated by semicolons. The syntax for simple …

  5. 内置函数 — Python 3.13.3 文档

    Python不依赖于底层操作系统的文本文件概念;所有处理都由Python本身完成,因此与平台无关。 buffering 是一个可选的整数,用于设置缓冲策略。 传入 0 来关闭缓冲(仅在二进制模式下允 …

Refresh