#!/usr/local/opt/python/bin/python3.6

import sys

number_of_arguments = len(sys.argv[1:])

sys.stdout.write(str(number_of_arguments))
