11cb0ef41Sopenharmony_ci# Copyright (c) 2019 Refael Ackeramnn<refack@gmail.com>. All rights reserved. 21cb0ef41Sopenharmony_ci# Use of this source code is governed by an MIT-style license. 31cb0ef41Sopenharmony_cidef DoMain(args): 41cb0ef41Sopenharmony_ci format_str = args.pop(0) 51cb0ef41Sopenharmony_ci return ' '.join(format_str % a for a in args) 6