mirror of
				https://kkgithub.com/actions/setup-python.git
				synced 2025-11-04 12:44:05 +08:00 
			
		
		
		
	
		
			
	
	
		
			7 lines
		
	
	
		
			104 B
		
	
	
	
		
			Python
		
	
	
	
	
	
		
		
			
		
	
	
			7 lines
		
	
	
		
			104 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| 
								 | 
							
								import numpy as np
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								a = np.array([2, 3, 4])
							 | 
						||
| 
								 | 
							
								print(type(a))
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								b = np.array([1.2, 3.5, 5.1])
							 | 
						||
| 
								 | 
							
								print(type(b))
							 |