Skip to content

ndarrend/ncutpython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

x = 'John' y = x

#print(' x holds ' , x, ', y holds', y ) print (f'x holds {x}, y holds {y}')

x = 'Smith' print (f'x holds {x}, y holds {y}')

About

ncut class

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages