#!/usr/bin/python from sys import argv from adduser import adduser adduser(*[argv[i] for i in range(1, 6)])