Diễn đàn

You need to log in to create posts and topics. Login · Register

Highlight code

[cc lang="python" escaped="true" width="100%" theme="default"]

# Default theme

Print ("Hello \n")

import numpy as np

x = np.array([[1, 2, 3], [4, 5, 6],[7, 8, 9]], np.int32)

#np.savetxt('c:/test.txt', x)

#np.savetxt("test2.txt", x, fmt="%2.1f", delimiter=' ', newline='\n', header='Header', footer='Footer', comments='# ')

np.savetxt("test3.txt", x, fmt="%04d", delimiter=" - ", newline="\t")

[/cc]

YouTube video

 

Uploaded files:
  • You need to login to have access to uploads. Login · Register

<script src="https://ideone.com/e.js/6MgrGS" type="text/javascript" ></script>

Facebook Comments
To Top