X Tutup
# -*- coding: utf-8 -*- """ Created on Thu Jul 15 01:36:38 2021 @author: mjach """ print('Hi there')#this is a comment # ============================================================================= # print('Hi there') # print('Hi there') # print('Hi there') # print('Hi there') # ============================================================================= ''' print('Hi there') print('Hi there') print('Hi there') print('Hi there') '''
X Tutup