File tree 1 file changed +41
-1
lines changed
1 file changed +41
-1
lines changed Original file line number Diff line number Diff line change 751
751
},
752
752
{
753
753
"cell_type" : " code" ,
754
- "execution_count" : null ,
754
+ "execution_count" : 15 ,
755
755
"id" : " 54eeb880" ,
756
756
"metadata" : {},
757
+ "outputs" : [
758
+ {
759
+ "name" : " stdout" ,
760
+ "output_type" : " stream" ,
761
+ "text" : [
762
+ " Enter something here: dfdf\n " ,
763
+ " dfdf\n "
764
+ ]
765
+ }
766
+ ],
767
+ "source" : [
768
+ " d=str(input(\" Enter something here: \" ))\n " ,
769
+ " print(d)\n " ,
770
+ " # type(d)"
771
+ ]
772
+ },
773
+ {
774
+ "cell_type" : " code" ,
775
+ "execution_count" : 3 ,
776
+ "id" : " 9272d87f" ,
777
+ "metadata" : {},
778
+ "outputs" : [
779
+ {
780
+ "data" : {
781
+ "text/plain" : [
782
+ " str"
783
+ ]
784
+ },
785
+ "execution_count" : 3 ,
786
+ "metadata" : {},
787
+ "output_type" : " execute_result"
788
+ }
789
+ ],
790
+ "source" : []
791
+ },
792
+ {
793
+ "cell_type" : " code" ,
794
+ "execution_count" : null ,
795
+ "id" : " 78f7d95a" ,
796
+ "metadata" : {},
757
797
"outputs" : [],
758
798
"source" : []
759
799
}
You can’t perform that action at this time.
0 commit comments