tests.system.amazon.aws.example_emr_eks¶
Attributes¶
Functions¶
|
|
|
|
|
|
|
|
|
|
|
Module Contents¶
- tests.system.amazon.aws.example_emr_eks.S3_FILE_CONTENT = Multiline-String[source]¶
Show Value
""" k = 1 s = 0 for i in range(1000000): if i % 2 == 0: s += 4/k else: s -= 4/k k += 2 print(s) """