Commit 83423130 by diegolima

corrigir sintaxe

1 parent 9a88ccfe
Showing with 1 additions and 2 deletions
import urllib.request
import math import math
import json import json
import sys import sys
if len(sys.argv) == 1: if len(sys.argv) == 1:
print('You need to specify a product type', end='\n\n') print('You need to specify a product type')
print('Supported product types are:') print('Supported product types are:')
print('- compute') print('- compute')
print('- database') print('- database')
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!