mirror of
				https://github.com/gsi-upm/sitc
				synced 2025-11-04 01:18:16 +00:00 
			
		
		
		
	Merge pull request #3 from jgdiaz/patch-1
format cell, replace character in string
This commit is contained in:
		@@ -263,7 +263,7 @@
 | 
			
		||||
   "outputs": [],
 | 
			
		||||
   "source": [
 | 
			
		||||
    "import math\n",
 | 
			
		||||
    "print('Number: {},{}'.format(1, 2)) #replaces [] inside the string by the arguments of format\n",
 | 
			
		||||
    "print('Number: {},{}'.format(1, 2)) #replaces {} inside the string by the arguments of format\n",
 | 
			
		||||
    "print('PI #{}#'.format(math.pi))\n",
 | 
			
		||||
    "print('PI #{:5.2f}#'.format(math.pi)) # at least 5 characters with two decimals"
 | 
			
		||||
   ]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user