File tree Expand file tree Collapse file tree 1 file changed +19
-3
lines changed Expand file tree Collapse file tree 1 file changed +19
-3
lines changed Original file line number Diff line number Diff line change 159
159
},
160
160
{
161
161
"cell_type" : " code" ,
162
- "execution_count" : null ,
162
+ "execution_count" : 17 ,
163
163
"id" : " e011d6a4-a3f2-4509-8962-54e52a1ee13e" ,
164
164
"metadata" : {},
165
- "outputs" : [],
165
+ "outputs" : [
166
+ {
167
+ "name" : " stdin" ,
168
+ "output_type" : " stream" ,
169
+ "text" : [
170
+ " Enter Start char - A\n " ,
171
+ " Enter Start char - R\n "
172
+ ]
173
+ },
174
+ {
175
+ "name" : " stdout" ,
176
+ "output_type" : " stream" ,
177
+ "text" : [
178
+ " A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | "
179
+ ]
180
+ }
181
+ ],
166
182
"source" : [
167
183
" start_char = input('Enter Start char - ')\n " ,
168
184
" end_char = input('Enter Start char - ')\n " ,
171
187
" end = ord(end_char)\n " ,
172
188
" \n " ,
173
189
" for i in range(start,end+1):\n " ,
174
- " print(i )"
190
+ " print(chr(i),end=' | ' )"
175
191
]
176
192
},
177
193
{
You can’t perform that action at this time.
0 commit comments