Program Code To Warp Through Subspace


are = "us"
subspace = ["TODO"]
def warp(subspace): pass
if are not in subspace:
	warp(subspace)
else:
	time.sleep(1)
		

Defining the subspace plan is left as an exercise to the user.

Space for Randomness to Maybe Do It For Us