Skip to content

Instantly share code, notes, and snippets.

import sys
def main():
"""Calculate the resources required to craft SINGULARITIES for Minecraft Awakening"""
f_help = "Usage: python singularity.py blocks_required block_value singularities"
if len(sys.argv) >= 3:
num_of_blocks = int(sys.argv[1])