pycharm community edition initial template

已回答

my school gave me pycharm 2014 community and i had an initial template and now i downloaded pycharm 2016 ind i dont have it

what can i do?

 

0

Hello,

Could you please specify what initial template do you mean?

0
Avatar
Permanently deleted user

sure thanks

this is the tamplate

# -*- coding: utf-8 -*-


def main():
    """
    Add Documentation here
    """
    pass  # Add Your Code Here


if __name__ == '__main__':
    main()

0

请先登录再写评论。