mirror of
https://github.com/krahets/hello-algo.git
synced 2025-11-02 04:31:55 +08:00
Format C, C++, C#, Go, Java, Python, Rust code.
This commit is contained in:
@ -20,7 +20,7 @@ if __name__ == "__main__":
|
||||
print(f"布尔量 {bol} 的哈希值为 {hash_bol}")
|
||||
|
||||
dec = 3.14159
|
||||
hash_dec = hash(dec)
|
||||
hash_dec = hash(dec)
|
||||
print(f"小数 {dec} 的哈希值为 {hash_dec}")
|
||||
|
||||
str = "Hello 算法"
|
||||
|
||||
Reference in New Issue
Block a user