Home
/
Python 3.11
/
Collections
/
total
Python 3.0
Python 3.11
Fungsi
ID
EN
…
Collections
total
Python 3.11
🇮🇩 Bahasa Indonesia
Hitung jumlah hitungannya.
Syntax
PYTHON
Copy
total()
Contoh
Example 1
PYTHON
Copy
>>> c = Counter(a=10, b=5, c=0) >>> c.total() 15